- 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