-
Notifications
You must be signed in to change notification settings - Fork 30.3k
☂️ Increase minimum support iOS version from 9 to 11 #101959
Copy link
Copy link
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Increase minimum target iOS version from 9.0 to 11.0 flutter.dev/go/rfc-32-bit-ios-unsupported.
In particular, this will let us drop OpenGL support on iOS in favor of Metal.
ios_deployment_targetto 11.0 #101964Cleanup:
See issues/PRs from when it was bumped 8.0->9.0
#62902
#68729
#84198
#85174
#89695
flutter/buildroot#509
flutter/engine#28572
flutter/engine#28743
flutter/website#6057
Though increasing the minimum from 9 to 11 will implicitly drop 32-bit iOS support, additional related work is tracked separately at #97327