- [BREAKING] Upgrade
flutter_map
to^6.0.0
.
- [BREAKING] Upgrade
flutter_map
to^5.0.0
. Thanks @azaderdogan and @JaffaKetchup 👏
- Fixed flutter_map version in README
- [BREAKING] Upgrade
flutter_map
to 3.1.0. Thanks @jtthrillson 👏 - Fixed example app android embedding. Thanks @k5924
- Upgrade
flutter_map
to 1.0.0
- Upgrade
flutter_map
to 0.14.0
- [BREAKING] Add support for overlapping lines (see #31), thanks @FaFre
- The
onTap
callback is now called with a list ofTaggedPolyline
instead of one
- The
- [BREAKING] Add tap position to onTap and onMiss callbacks
- The
onTap
andonMiss
callbacks 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_map
dependency 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
onTap
event when multiple polylines are close to each other (#14, #18) @MKohm - Deprecated:
TappablePolylineLayer.distance
should 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
onMiss
callback 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