- [BREAKING] Upgrade
flutter_mapto^6.0.0.
- [BREAKING] Upgrade
flutter_mapto^5.0.0. Thanks @azaderdogan and @JaffaKetchup 👏
- Fixed flutter_map version in README
- [BREAKING] Upgrade
flutter_mapto 3.1.0. Thanks @jtthrillson 👏 - Fixed example app android embedding. Thanks @k5924
- Upgrade
flutter_mapto 1.0.0
- Upgrade
flutter_mapto 0.14.0
- [BREAKING] Add support for overlapping lines (see #31), thanks @FaFre
- The
onTapcallback is now called with a list ofTaggedPolylineinstead of one
- The
- [BREAKING] Add tap position to onTap and onMiss callbacks
- The
onTapandonMisscallbacks now receive the position of the tap that (TapUpDetails)
- The
- Add LayerWidget (see #31), @S-Man42
- Upgrade flutter map
- Fix changelog deprecation notice about
TappablePolylineLayer.distance
- Update
flutter_mapdependency to 1.11.0 (see issue #23, thanks @S-Man42) - Fix null pointer error when no onMiss callback was passed (see issue #20)
- Trigger only one
onTapevent when multiple polylines are close to each other (#14, #18) @MKohm - Deprecated:
TappablePolylineLayer.distanceshould no longer be part of public API and is now deprecated
- Add missing latlong dependency @tuarrep
- Center the map on the tap location when zooming (#17) @Mkohm
- Allow zooming underlying map with double tap (#12) @Mkohm
- Add
onMisscallback when tap missed polyline (#12) @Mkohm
- Detect tapping between polyline points (#8) @Mkohm
- Add support for Polyline culling (#5) @Mkohm
- Upgrade flutter_map to ^0.10.1
- Upgrade flutter_map to ^0.9.0
- Add example
- Format code
- Fix onTap callback
- Better gesture handling to allow double tap on underlying map
- Initial release