Skip to content
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

fix: lower the Flutter constraint to allow earlier adoption of the beta #993

Conversation

navaronbracke
Copy link
Collaborator

This PR lowers the barrier to entry for the new beta to Flutter 3.16.0

The main use of the previous constraint was to use extension types, but that can be done as an incremental release instead. Users that are already on Flutter 3.16.0 do have access to (an earlier version of) package:web and dart:js_interop which does not yet utilise extension types.

@navaronbracke navaronbracke merged commit 269bc95 into juliansteenbakker:master Mar 21, 2024
5 checks passed
@navaronbracke navaronbracke deleted the lower_min_version_for_beta branch March 21, 2024 10:42
joaopedro735 pushed a commit to joaopedro735/mobile_scanner that referenced this pull request Aug 22, 2024
…_version_for_beta

fix: lower the Flutter constraint to allow earlier adoption of the beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant