5

How can I rename or delete packages?

Currently I have a package x that I want to split into separate components. Want to keep the main Name but extend it for these components eg "x a" "x b"

Current workaround would be: I keep the old one ,linking to the 2 new once in the read me page

Thank you.

H.R.
  • 496
  • 4
  • 14
  • I believe you need to file an issue ticket for removing/renaming your package as that's not possible to do yourself at the moment. – Kai Sellgren Jul 27 '13 at 10:11
  • Thank you. Issued [12094](https://code.google.com/p/dart/issues/detail?id=12094) – H.R. Jul 27 '13 at 11:10
  • @Kai so do you know if I could contact someone that will change the name for me then? – H.R. Jul 27 '13 at 11:12

1 Answers1

7

See the following response of Nathan Weizenbaum on a similar request :

We don't like deleting packages that people might be depending on. The best thing to do is probably upload a new version with a README that points users to the "redisclient" package (or "redis_client", which conforms better to the package naming conventions).

Alexandre Ardhuin
  • 71,959
  • 15
  • 151
  • 132