flutter_map_tappable_polyline 1.1.1
flutter_map_tappable_polyline: ^1.1.1 copied to clipboard
A flutter_map plugin that adds Polyline class with onTap event
1.1.1 #
- Add missing latlong dependency @tuarrep
1.1.0 #
- Center the map on the tap location when zooming (#17) @Mkohm
1.0.0 #
- Allow zooming underlying map with double tap (#12) @Mkohm
- Add
onMisscallback when tap missed polyline (#12) @Mkohm
0.5.0 #
- Detect tapping between polyline points (#8) @Mkohm
0.4.0 #
- Add support for Polyline culling (#5) @Mkohm
0.3.3 #
- Upgrade flutter_map to ^0.10.1
0.3.2 #
- Upgrade flutter_map to ^0.9.0
0.3.1 #
- Add example
- Format code
0.3.0 #
- Fix onTap callback
0.2.0 #
- Better gesture handling to allow double tap on underlying map
0.1.0 #
- Initial release