-
Notifications
You must be signed in to change notification settings - Fork 327
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
Pin package:web 0.4.0 #6750
Pin package:web 0.4.0 #6750
Conversation
Hmm, maybe we need to update the Flutter version constraint in the pubspecs? |
Do you want to follow-up with #6753 ? |
That shouldn't matter. The version of Flutter that's tested here just needs to roll forward to the version where you updated the pin dep |
Ah yes, we should remove the last imports of
I thought the Flutter environment constraint was the version of Flutter that's being tested. Is that defined elsewhere? |
packages/devtools_app/lib/src/shared/config_specific/post_message/_post_message_web.dart
Outdated
Show resolved
Hide resolved
ac3f397
to
922b7a7
Compare
Now that Flutter main has moved to ^0.4.0, we can pin this version.
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.
Now that Flutter main has moved to ^0.4.0, we can pin this version.