cluster_marker_style 0.3.0
cluster_marker_style: ^0.3.0 copied to clipboard
Beautiful, count-aware, cached cluster marker icons for Google Maps. A drop-in styling/rendering layer for any map clustering algorithm.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cluster_marker_styleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cluster_marker_style: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:cluster_marker_style/cluster_marker_style.dart';