- Update pigeon to v11 (#248).
- Fix typecasting exeption when trying to access nested collections #249).
- Set default style to
MapboxStyles.MAPBOX_STREETS (#248).
- Add support for 2d puck pulsing (#253).
- Fix attribution button color not being applied (#252).
Android #
- Fix scale bar and location component settings color decoding (#255).
Android #
- Bump platform Maps SDK to 10.13.0.
- Bump platform Maps SDK to 10.13.1.
- Fix 2d puck bearing not displayed.
- Fix pinchZoomEnabled gesture setting not applied.
- Fix multiple memory leaks.
- Add methods to set gesture listeners dynamically.
- Apply scale factor to UIImage.
- Apply scale factor to UIEdgeInsets.
- Fix vertical scrollMode lock on gesture settings update.
Android #
- Fix ImageStretches mapping.
- Expose
package:turf/helpers.dart.
- Bump platform Maps SDK dependencies to 10.10.0.
- Fix issue with multiple maps overriding platform channels of the previous instances.
- Fix exception accessing
style.getLayer when layer property is an Expression.
- Fix
pixelsForCoordinates implementation.
- Expose
style.localizeLabels.
- Expose
mapboxMap.attribution, mapboxMap.logo, mapboxMap.compass and mapboxMap.scaleBar settings.
- Fix deployment target for iOS to 11.
- Rename library to
mapbox_maps_flutter due to naming conflict to be able publish to pub.flutter-io.cn.
Android #
- Align Kotlin version 1.5.31 with the Maps SDK.
- Rename
MapView to MapWidget.
- Remove
RenderCacheOptions.
- Rename
MapboxMap.cameraForCoordinates2 to MapboxMap.cameraForCoordinatesCameraOptions.
- Rename
styles.dart to mapbox_styles.dart.
- Rename
fill-extrusion_layer.dart to fill_extrusion_layer.dart,
location-indicator_layer.dart to location_indicator_layer.dart.
- Fix exception thrown by
MapboxMap.coordinatesForPixels.
- Fix camera example
_coordinateForPixel.
- Add gesture listeners
MapWidget.onTapListener, MapWidget.onLongTapListener, MapWidget.onScrollListener.
- Decrease min flutter version to 2.10.5.