-
Notifications
You must be signed in to change notification settings - Fork 232
Respect upper bound of Flutter constraint in root packages after 3.9 #4595
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
base: master
Are you sure you want to change the base?
Respect upper bound of Flutter constraint in root packages after 3.9 #4595
Conversation
cc @mit-mit |
@mit-mit whom in the flutter world should we inform, and should we make a breaking change announcement? |
Yeah, I think we should do both a flutter breaking change and dart breaking change. Also, should we consider a flag (e.g. |
Probably better with an env-var. It is hard to set the flag everywhere we resolve. Even then it might be hard - |
I don't think folks are going to need it for everyday use (the breaking change process might help us understand if that is indeed the case), so I think that a flag on |
Might be.. I still prefer it as an env-var, but I can live with both... |
I realized by introducing the new interpretation based on language-version we can avoid making the change breaking! |
Solves flutter/flutter#95472 (at least partially)
By making this depend on language version we avoid a breaking change