Pub-dev: how to remove a particular version from package uploaded to pub.dartlang

Created on 1 Mar 2019  路  16Comments  路  Source: dart-lang/pub-dev

is there any way to remove a particular package version from pub.dartlang.
i have multiple version of the package with same functionalities, didn't find any option to remove the unwanted version.

delete request

Most helpful comment

@nvrr: you need to update the version in your pubspec.yaml. See https://dart.dev/tools/pub/pubspec for more info about it.

All 16 comments

You can file a request here.. then I'll confirm by email. But if it's been published for a long time it might be better to mark it discontinued... This way it won't show up in search, and you won't break people that depend on your package..

thanks @jonasfj
please remove all the version except 0.0.1
the package link is : https://pub.dartlang.org/packages/flutter_multi_carousel

I sent an email to confirm identity...

@jonasfj
i have confirm the mail.
please carry your step to remove all the version except 0.0.1.

I confirmed this request...

@jonasfj
how much time it generally take to perform this delete task.

@jaiswalshubham84, looks like our tools doesn't support deleting the latest version... but if we want we can remove all versions, then you'll have to republish...

@jonasfj , ok, remove it all

@jason-simmons
i somehow again pushed the wrong code from my end.
extremely sorry from end.
can you please delete all the versions of the package again.
thanks in advance

Removed the package, @jaiswalshubham84, you can publish now...

@jonasfj thanks馃檪

@phillwiggins: please contact [email protected] as stated on the policy page: https://pub.dev/policy

when i do some changes and try to update my package it shows
"Version 0.0.1 of package prompter_nvr already exists.
pub finished with exit code 1"

@nvrr: you need to update the version in your pubspec.yaml. See https://dart.dev/tools/pub/pubspec for more info about it.

@nvrr: you need to update the version in your pubspec.yaml. See https://dart.dev/tools/pub/pubspec for more info about it.

thanks sir, now i got it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lambdabaa picture lambdabaa  路  13Comments

grouma picture grouma  路  30Comments

isoos picture isoos  路  19Comments

ukor picture ukor  路  44Comments

rrousselGit picture rrousselGit  路  20Comments