pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Way to check if package name is available

Open JHubi1 opened this issue 10 months ago • 4 comments

Already happened a few times that I found a name that seemingly is free, so showing a 404 on pubdev. I develop my package, polish it, get it ready for shipment. But when I try publishing, pubdev blocks it, because another package with a similar name already exists.

How am I supposed to know? "Rebranding" a package is not always easy. It would be very good if there was a way of checking avaliability. A small message on the 404 that reads along the lines of "did you mean xyz", or something integrated into the CLI, as described in dart-lang/pub#3966

JHubi1 avatar Dec 10 '24 15:12 JHubi1