blob: ed0bc555140ce3f859f3299a7c39c5a267494701 [file] [log] [blame] [view]
## 2.5.1
* Adds pub topics to package metadata.
## 2.5.0
* Adds implementation for `cloudMapId` parameter to support cloud-based map styling.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.4.16
* Removes old empty override methods.
* Fixes unawaited_futures violations.
## 2.4.15
* Removes obsolete null checks on non-nullable values.
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
## 2.4.14
* Updates gradle, AGP and fixes some lint errors.
## 2.4.13
* Fixes compatibility with AGP versions older than 4.2.
## 2.4.12
* Fixes Java warnings.
## 2.4.11
* Adds a namespace for compatibility with AGP 8.0.
## 2.4.10
* Bump RoboElectric dependency to 4.4.1 to support AndroidX.
## 2.4.9
* Clarifies explanation of endorsement in README.
* Aligns Dart and Flutter SDK constraints.
## 2.4.8
* Fixes compilation warnings.
## 2.4.7
* Updates annotation dependency.
* Updates compileSdkVersion to 33.
## 2.4.6
* Updates links for the merge of flutter/plugins into flutter/packages.
## 2.4.5
* Fixes Initial padding not working when map has not been created yet.
## 2.4.4
* Fixes Points losing precision when converting to LatLng.
* Updates minimum Flutter version to 3.0.
## 2.4.3
* Updates code for stricter lint checks.
## 2.4.2
* Updates code for stricter lint checks.
## 2.4.1
* Update `androidx.test.espresso:espresso-core` to 3.5.1.
## 2.4.0
* Adds the ability to request a specific map renderer.
* Updates code for new analysis options.
## 2.3.3
* Update android gradle plugin to 7.3.1.
## 2.3.2
* Update `com.google.android.gms:play-services-maps` to 18.1.0.
## 2.3.1
* Updates imports for `prefer_relative_imports`.
## 2.3.0
* Switches the default for `useAndroidViewSurface` to true, and adds
information about the current mode behaviors to the README.
* Updates minimum Flutter version to 2.10.
## 2.2.0
* Updates `useAndroidViewSurface` to 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_flutter` as a federated
implementation.