google_map_dotted_polygon 1.0.0
google_map_dotted_polygon: ^1.0.0 copied to clipboard
A Flutter package to draw dotted or dashed polygons on Google Maps. Supports customizable color, gap, and stroke width for flexible styling of map zones and routes.
πΊοΈ google_map_dotted_polygon #
A Flutter package to draw dotted or dashed polygons on Google Maps β perfect for visualizing map zones, areas, or custom boundaries.
Example Screenshot #

β¨ Features #
β
Draw dotted or dashed polygons
β
Customize color, gap, and stroke width
β
Lightweight and easy to integrate
β
Works with google_maps_flutter
π¦ Installation #
Add to your pubspec.yaml:
dependencies:
google_map_dotted_polygon: ^0.0.1
## Usage
final dottedPolygons = GoogleMapDottedPolygon.createDottedPolygon(
points: myZonePoints,
color: Colors.red,
gap: 0.0003,
);