google_map_drawer 0.0.3
google_map_drawer: ^0.0.3 copied to clipboard
A Flutter package to draw polygons on Google Maps and manage locations easily.
Changelog #
0.0.3 - 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.