polygon_map 0.0.5 copy "polygon_map: ^0.0.5" to clipboard
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
  • PolygonMapController for 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

0.0.3 #

Added #

  • Map type support via MapTypeEnum
  • URL template extension for different tile providers
  • Support for multiple map styles (OSM, Carto, Esri, Topo)

Improved #

  • Code structure and separation into modules (controller, models, utils)

0.0.2 #

Added #

  • Polygon rendering with borders and fill colors
  • Marker support for polygon points
  • Basic editing mode (move/remove points)

0.0.1 #

Added #

  • Initial release of polygon_map
  • Basic map integration using flutter_map
  • Simple polygon drawing support
0
likes
155
points
186
downloads
screenshot

Documentation

API reference

Publisher

verified publisherrony.fun

Weekly Downloads

A flexible Flutter map widget for creating, editing, and managing polygons with interactive controls.

Repository (GitHub)
View/report issues

Topics

#polygon #geospatial #drawing #interactive #geolocation

License

MIT (license)

Dependencies

flutter, flutter_map, latlong2

More

Packages that depend on polygon_map