google_map_dotted_polygon 1.0.0 copy "google_map_dotted_polygon: ^1.0.0" to clipboard
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 #

Dotted Polygon Example

✨ 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,
);
0
likes
160
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on google_map_dotted_polygon