flutter_map_polygon_editor 0.1.2
flutter_map_polygon_editor: ^0.1.2 copied to clipboard
Polygon and polyline editor for Flutter Map with drag markers and customizable styling.
Changelog #
0.1.2 - 2025-07-10 #
Added #
- Customizable marker sizes via
pointSize
andmidpointSize
properties inPolygonEditorStyle
copyWith
method toPolygonEditorStyle
for flexible style variations
Changed #
- Default marker builders now fill available space instead of using hardcoded sizes
- Marker sizing is now controlled through the style system for better consistency