Skip to content

v2.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@maios maios released this 22 Jul 18:42
· 47 commits to main since this release
0582af7

Features ✨ and improvements 🏁

  • 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

Dependency Updates

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