Flutter Map Marker Cluster
A Dart implementation of Leaflet.markercluster for Flutter apps. This is a plugin for flutter_map package.

Usage
Add flutter_map and flutter_map_marker_cluster to your pubspec:
Add it in you FlutterMap and configure it using MarkerClusterGroupLayerOptions
.
Run the example
See the example/
folder for a working example app.