- Switches the default for
useAndroidViewSurfaceto true, and adds information about the current mode behaviors to the README. - Updates minimum Flutter version to 2.10.
- 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.
- Splits Android implementation out of
google_maps_flutteras a federated implementation.