google_maps_flutter_ios 2.2.1 google_maps_flutter_ios: ^2.2.1 copied to clipboard
iOS implementation of the google_maps_flutter plugin.
2.2.1 #
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
2.2.0 #
- Updates minimum Flutter version to 3.3 and iOS 11.
2.1.14 #
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.1.13 #
- Updates code for stricter lint checks.
- Updates code for new analysis options.
- Re-enable XCUITests: testUserInterface.
- Remove unnecessary
RunnerUITests
target from Podfile of the example app.
2.1.12 #
- Updates imports for
prefer_relative_imports
. - Updates minimum Flutter version to 2.10.
- Fixes violations of new analysis option use_named_constants.
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
2.1.11 #
- Precaches Google Maps services initialization and syncing.
2.1.10 #
- Splits iOS implementation out of
google_maps_flutter
as a federated implementation.