File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- ## UNRELEASED
1+ ## [ 0.21.0 ] ( https://github.com/maplibre/flutter-maplibre-gl/compare/v0.20.0...v0.21.0 )
22
3+ ### Added
4+
5+ * added the ` clearAmbientCache ` functionality (#502 ).
6+ * added the ` contains ` functionality to ` LatLngBounds ` (#498 ).
7+ * added the possibility to set ` LocationEnginePlatforms ` properties for better device tracking on Android (#510 ).
8+
9+ ### Changed
10+
11+ * BREAKING: ` onFeatureTap ` returns the ` layerId ` (#475 ).
12+ * Changed iOS package name to support Swift Package Manager (#467 ).
313* Move the ` maplibre_gl ` package to a subdirectory of the repository and add
4- melos to orchestrate all packages.
14+ melos to orchestrate all packages (#453 ).
15+
16+ ### Removed
17+
18+ * Removed support for Dart SDKs older than ` 3.4.0 ` (` Flutter SDK 3.22.0 ` ) (#542 )
19+
20+ ### Fixed
21+
22+ * Fixed exception when destroying mapView on Android by reordering cleanup (#459 ).
23+
524
625## 0.20.0
726
@@ -33,6 +52,7 @@ If you notice any build errors, please make sure to run `flutter clean`.
3352* Added support for Swift Package Manager usage on iOS.
3453* Migrated main iOS plugin class from Objective-C to Swift.
3554* Renamed iOS plugin classes from ` Mapbox ` to ` MapLibre ` .
55+ * Removed support for Kotlin versions older than ` 1.9.0 ` (#460 ).
3656
3757** Full Changelog** :
3858[ v0.19.0+2...v0.20.0] ( https://github.com/maplibre/flutter-maplibre-gl/compare/v0.19.0+2...v0.20.0 )
You can’t perform that action at this time.
0 commit comments