- Adds support for heatmap layers.
- Sets an upper bound on the
GoogleMapsSDK version that can be used, to avoid future breakage.
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Updates minimum Flutter version to 3.3 and iOS 11.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Updates code for stricter lint checks.
- Updates code for new analysis options.
- Re-enable XCUITests: testUserInterface.
- Remove unnecessary
RunnerUITeststarget from Podfile of the example app.
- 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.
- Precaches Google Maps services initialization and syncing.
- Splits iOS implementation out of
google_maps_flutteras a federated implementation.