google_map_drawer 1.0.0
google_map_drawer: ^1.0.0 copied to clipboard
A Flutter package to draw polygons on Google Maps and manage locations easily.
Changelog #
1.0.0 - 2025-10-07 #
Added #
GoogleMapDrawerwidget for drawing polygons on Google Maps.GoogleMapDrawControllerto manage points, undo, clear, and save areas.SavedAreamodel for storing polygon points.LocationInfomodel for storing marker info (name, position, address, distance).- FloatingActionButton example to save and print drawn areas.