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