google_maps_flutter_android 2.3.3  google_maps_flutter_android: ^2.3.3 copied to clipboard
google_maps_flutter_android: ^2.3.3 copied to clipboard
Android implementation of the google_maps_flutter plugin.
2.3.3 #
- Update android gradle plugin to 7.3.1.
2.3.2 #
- Update com.google.android.gms:play-services-mapsto 18.1.0.
2.3.1 #
- Updates imports for prefer_relative_imports.
2.3.0 #
- Switches the default for useAndroidViewSurfaceto true, and adds information about the current mode behaviors to the README.
- Updates minimum Flutter version to 2.10.
2.2.0 #
- Updates useAndroidViewSurfaceto require Hybrid Composition, making the selection work again in Flutter 3.0+. Earlier versions of Flutter are no longer supported.
- Fixes violations of new analysis option use_named_constants.
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
2.1.10 #
- Splits Android implementation out of google_maps_flutteras a federated implementation.