- 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.
- 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
andmapboxMap.scaleBar
settings.
- Fix deployment target for iOS to 11.
- Rename library to
mapbox_maps_flutter
due to naming conflict to be able publish topub.dev
.
- Align Kotlin version 1.5.31 with the Maps SDK.
- Rename
MapView
toMapWidget
. - Remove
RenderCacheOptions
. - Rename
MapboxMap.cameraForCoordinates2
toMapboxMap.cameraForCoordinatesCameraOptions
. - Rename
styles.dart
tomapbox_styles.dart
. - Rename
fill-extrusion_layer.dart
tofill_extrusion_layer.dart
,location-indicator_layer.dart
tolocation_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.
- Initial release.