-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Rename flutter packages to flutter pub
#33041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
We'll need to track updating the flutter.dev documentation as well, see https://flutter.dev/docs/development/packages-and-plugins/using-packages refers to |
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Turns out we need to update a bunch of places :-). I think I have them all now. |
Description
This is the last step in the rebrand of Flutter/Dart "packages" back to use "pub" consistently.
Related Issues
flutter pubsupport was added earlier in #30115.Pub site rebrand already landed: https://pub.dev
Breaking Change
This is non-breaking as
flutter packagesis now an alias forflutter pub(prior to this change the opposite was the case).