mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 01:33:59 +08:00
[google_maps_flutter] Drop iOS 11 support (#5873)
Now that the latest Flutter stable requires iOS 12, and will auto-adjust projects, we can drop iOS 11 support in this plugin without breaking users. Having a minimum of iOS 12 means that Cocoapods should not resolve to anything older than Google Maps 6.x, which is the version that add arm64 simulator support, so the workaround to explicitly not build that can be removed. This means `google_maps_flutter` will no longer force projects into the buggier Rosetta iOS simulator path. This folds the iOS 11 and iOS 12 examples together, since (per `examples/README.md`) the iOS 11 version is the one containing most of the tests. To minimize the potential of losing tests due to mistakes, this was done by deleting the iOS *12* example, renaming the iOS 11 example, and then updating it to a minimum of 12. Fixes https://github.com/flutter/flutter/issues/94491
This commit is contained in:
@ -70,6 +70,7 @@ final Map<Version, Version> _dartSdkForFlutterSdk = <Version, Version>{
|
||||
Version(3, 13, 0): Version(3, 1, 0),
|
||||
Version(3, 13, 9): Version(3, 1, 5),
|
||||
Version(3, 16, 0): Version(3, 2, 0),
|
||||
Version(3, 16, 6): Version(3, 2, 3),
|
||||
};
|
||||
|
||||
/// Returns the version of the Dart SDK that shipped with the given Flutter
|
||||
|
Reference in New Issue
Block a user