Skip to content

Error after updating flutter  #62

@guns28

Description

@guns28

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions