polygon_map 0.0.5
polygon_map: ^0.0.5 copied to clipboard
A flexible Flutter map widget for creating, editing, and managing polygons with interactive controls.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.0.4 - 2026-05-04 #
Added #
- Interactive polygon creation and editing support
PolygonMapControllerfor managing polygons and map state- Support for adding, removing, and inserting points dynamically
- Tap-to-select polygon functionality
- Point-in-polygon detection (ray casting algorithm)
Improved #
- Better color generation for polygon borders using HSL
- Cleaner state management and notifications
- More stable polygon selection logic
Fixed #
- Edge cases when deleting polygons
- Index handling when polygons list changes
