v0.1.0
Breaking Changes
- Use a "Web" prefix for all web-only controls, for example
WebGeolocateControl
. - Rename web-only
MapOptions.controls
toMapOptions.webControls
. - Rename
jumpTo()
tomoveCamera()
andflyTo()
toanimateCamera()
. - Add
init
prefix to not modifiableMapOptions
parameters. - Remove click callbacks in favor of the event system.
- Bump minimum Flutter version to 3.24.0 (Minimum Dart version of 3.5.0).
- Can't await the end of
animateCamera()
in this version.
Read the Upgrade Guide for instructions on how to upgrade.
New Features
- Bump MapLibre Android SDK to 11.5.1.
- Add high level
AnnotationLayer
s as easy to use annotations. - Use jnigen for direct interop with Java.
- Add user location to the map.
- Check Style for Kotlin
Contributors: @josxha
Full Changelog: v0.0.2...v0.1.0