v0.25.0
Flutter MapLibre GL v0.25.0
⚠️ Breaking changes?
No breaking changes for users. Your existing code works without modifications.
The web platform was migrated internally to support WASM and Flutter 3.38.4+, but the public API remains unchanged.
🚀 What you can do now
Added
Logo Customization
You can now control the MapLibre logo visibility and position on your maps:
MapLibreMap(
logoSettings: LogoSettings(
enabled: true, // Show the MapLibre logo!
position: LogoPosition.bottomLeft, // Or bottomRight, topLeft, topRight
),
)
New Web Platform Methods
The web implementation now supports additional methods previously only available on mobile:
- - Returns the current map style as a JSON string