google_maps_drawing_tools 0.0.5
google_maps_drawing_tools: ^0.0.5 copied to clipboard
A Flutter plugin that adds drawing tools (polygons, circles, rectangles) on Google Maps, enabling users to interactively draw and edit shapes within a Flutter application.
0.0.5 #
Changelog #
All notable changes to this project will be documented in this file.
[0.0.5] - 2025-04-29 #
Added #
- Initial release of
google_maps_drawing_toolspackage. - Support for drawing polygons, rectangles, and circles on Google Maps.
- Interactive editing of shapes (dragging vertices or edges).
- Selection and deletion of drawn shapes.
- Customizable styling (stroke and fill colors, stroke width).
- GeoJSON import and export for all supported shapes.
- Drawing event callbacks to hook into user actions.
DrawingMapWidgetfor seamless integration with thegoogle_maps_fluttermap.- Example app demonstrating drawing, editing, and deleting shapes.
- Setup instructions for Google Maps API keys.
- Screenshots and usage examples.