after updating i'm facing this issue here :
Future<Marker> Function(Cluster<Place>) get _markerBuilder =>
(cluster) async {}
ClusterManager _initClusterManager() {
return ClusterManager<Place>(items, _updateMarkers,
markerBuilder: _markerBuilder);
}
The argument type 'Future Function(Cluster)' can't be assigned to the parameter type 'Future Function(dynamic)?
after updating i'm facing this issue here :
The argument type 'Future Function(Cluster)' can't be assigned to the parameter type 'Future Function(dynamic)?