Set plugin template minimum Flutter SDK to 2.5#89695
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Sep 10, 2021
Merged
Set plugin template minimum Flutter SDK to 2.5#89695fluttergithubbot merged 1 commit intoflutter:masterfrom
fluttergithubbot merged 1 commit intoflutter:masterfrom
Conversation
1edd8f1 to
23a13dc
Compare
23a13dc to
50399e0
Compare
50399e0 to
dcc7a73
Compare
This was referenced Jul 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apps run on 2.4.0-0.0.pre and later will be upgraded to a minimum of iOS 9.0. Now that Flutter 2.5 has hit stable and iOS 8 support has been dropped, change the plugin create template to
9.0. Up the Flutter SDK constraint to 2.5 to enforce that the 9.0 migration has happened on the app side.Apps on versions of Flutter older than 2.5 will not be able to use these new plugins. See discussion from last time this was done: #62605
Part of #62880.