-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Run flutter update-packages --force-upgrade
.
#58104
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
@jonahwilliams could you please assist @pennzht with this PR? The tools tests are failing to run |
The error is
|
@jonahwilliams said:
|
@Hixie Shouldn't |
no, thats why we have the test |
Thank you very much for your message! |
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
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
If we pin the |
We could also give it a caret |
Description
I ran
flutter update-packages --force-upgrade
, in order to bump up the version offlutter_gallery_assets
to0.2.1
, to reconcile with the version used in flutter/gallery.This PR contains the changes made to all
.yaml
files after running the command.This change is required for the following PRs:
I decided to submit this as a separate PR, so that the version changes won't clutter the changes I make for the 2 PRs above.
Related Issues
flutter/gallery#103
Tests
This is a version update. It does not require tests.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.I updated/added relevant documentation (doc comments with///
).All existing and new tests are passing.packages/flutter/test/
. They all passed.flutter analyze --flutter-repo
) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.
packages/flutter/test/
. They all passed.