This release brings a couple of new features and bug fixes.
The android platform view creation has been migrated to Dart. Android is now completely free from method channels.
New Features
- Add
minZoom,maxZoomto layers. - Bump MapLibre Native on Android to 12.0.+.
- Migrate android platform view creation to Dart.
- Throw exception if layer or source id already exists when adding programmatically.
- Add
aboveLayerIdandatIndextoaddLayer(). - Add
addImages()toStyleControllerto add multiple images at once. - Add
addImageFromAssets()to load an image from Flutter assets. - Add
addImageFromIconDatato add an image from Flutter icons.
Bug Fixes
- Fix
allowInteractionparameter inWidgetLayernot working on web. - Fix pub.dev score.
- Fix
maxBoundsparameter - Fix
linePatternint array causing crash on iOS.
Contributors: @kekland, @josxha
Full Changelog: v0.3.0...v0.3.1