Skip to content

v2.2.0

Compare
Choose a tag to compare
@maios maios released this 19 Aug 12:32
· 42 commits to main since this release
2a65332

Features ✨ and improvements 🏁

  • Expose MapboxStyles.STANDARD_SATELLITE style, by @evil159. Please read more about this here
  • MapDebugOptions is superseded by MapWidgetDebugOptions, expanding existing debug options with the new light, camera, and padding debug options in addition to the new Android-specific options: layers2DWireframe and layers3DWireframe, by @evil159
  • Support local assets for 3D puck and ModelLayer. To use a local assets, please specify it with asset:// scheme followed by the path of the asset in the uri, by @maios
mapboxMap.location.updateSettings(LocationComponentSettings(
  locationPuck: LocationPuck(
    locationPuck3D: LocationPuck3D(
    modelUri: "asset://assets/sportcar.glb", 
    modelScale: [_puckScale, _puckScale, _puckScale]))));
  • Fix map view crashing upon host activity destruction when using a cached Flutter engine, by @evil159
  • Fix a rare crash happening when map widget is being disposed, by @evil159
  • Update Pigeon to 21.1.0

Dependency Updates

  • Update Mapbox Maps SDK to 11.6.0
    • For platform-specific updates see: iOS & Android