Skip to content

Releases: josxha/flutter-maplibre

v0.0.2

25 Sep 22:53
2f0e510
Compare
Choose a tag to compare

Features

  • Add event system to the map.
  • Bump MapLibre Native on Android to version 11.5.0.
  • Bump other gradle dependencies.
  • Add and remove sources to the active map style programmatically.
  • Add and remove layers to the active map style programmatically.
  • Add minZoom, maxZoom, minPitch, maxPitch and maxBounds parameter.
  • Add duration parameters to flyTo().
  • Add option to disable some or all input gestures.
  • flyTo() returns after the animation completes or throws an exception if it
    has been cancelled.
  • Deprecate tilt parameters in favor of pitch.
  • Deprecate onClick, onDoubleClick, onSecondaryClick and onLongClick in
    favor of the event system.

Bug fixes

  • Fix jumpTo() never returns on Android.

New Contributors

Full Changelog: v0.0.1+1...v0.0.2

v0.0.1+1

12 Sep 20:12
2c3e8a6
Compare
Choose a tag to compare
  • fix links to website and embeeded screenshots in readme
  • remove unused plugin_platform_interface dependency

v0.0.1

12 Sep 20:08
e7de729
Compare
Choose a tag to compare
  • Initial Release
  • Implement basic map for android and web
  • Add documentation