File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11## 0.3.1
22
3+ This release brings a couple of new features and bug fixes.
4+ The android platform view creation has been migrated to Dart. Android is now
5+ completely free from method channels.
6+
37### New Features
48
9+ - Add ` minZoom ` , ` maxZoom ` to layers.
10+ - Bump MapLibre Native on Android to 12.0.+.
11+ - Migrate android platform view creation to Dart.
12+ - Throw exception if layer or source id already exists when adding
13+ programmatically.
14+ - Add ` aboveLayerId ` and ` atIndex ` to ` addLayer() ` .
15+ - Add ` addImages() ` to ` StyleController ` to add multiple images at once.
16+ - Add ` addImageFromAssets() ` to load an image from Flutter assets.
17+ - Add ` addImageFromIconData ` to add an image from Flutter icons.
18+
519### Bug Fixes
620
21+ - Fix ` allowInteraction ` parameter in ` WidgetLayer ` not working on web.
22+ - Fix pub.dev score.
23+ - Fix ` maxBounds ` parameter
24+ - Fix ` linePattern ` int array causing crash on iOS.
25+
726Full
827Changelog: [ v0.3.0...v0.3.1] ( https://github.com/josxha/flutter-maplibre/compare/v0.3.0...v0.3.1 )
928
Original file line number Diff line number Diff line change 11name : maplibre_ios
22description : " Helper package for maplibre that provides iOS FFI bindings"
3- version : 0.3.0
3+ version : 0.3.1
44repository : https://github.com/josxha/flutter-maplibre
55issue_tracker : https://github.com/josxha/flutter-maplibre/issues
66homepage : https://flutter-maplibre.pages.dev
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies:
3535 geobase : ^1.5.0
3636 html : ^0.15.4
3737 jni : ^0.14.2
38- maplibre_ios : ^0.3.0
38+ maplibre_ios : ^0.3.1
3939 objective_c : ^8.0.0
4040 pointer_interceptor : ^0.10.1+2
4141 url_launcher : ^6.3.0
You can’t perform that action at this time.
0 commit comments