mapbox_maps_flutter 0.3.0 copy "mapbox_maps_flutter: ^0.3.0" to clipboard
mapbox_maps_flutter: ^0.3.0 copied to clipboard

Mapbox Maps Flutter Plugin for Mapbox Maps SDK v10.

0.3.0 #

  • Align Kotlin version 1.5.31 with the Maps SDK.
  • Rename library to mapbox_maps_flutter due to naming conflict to be able publish to pub.dev.

0.2.0 #

  • 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.

0.1.1 #

  • Decrease min flutter version to 2.10.5.

0.1.0 #

  • Initial release.