bpillon / google_maps_cluster_manager

Simple Flutter clustering library for Google Maps
https://pub.dev/packages/google_maps_cluster_manager
MIT License
132 stars 116 forks source link

Error while running V3.1.0 #61

Open KallepalliTirumalesh opened 8 months ago

KallepalliTirumalesh commented 8 months ago

../../../.pub-cache/hosted/pub.dev/google_maps_cluster_manager-3.1.0/lib/src/cluster_item.dart:9:44:

Error: 'ClusterManager' is imported from both 'package:google_maps_cluster_manager/src/cluster_manager.dart' and 'package:google_maps_flutter_platform_interface/src/types/cluster_manager.dart'. Geohash.encode(location, codeLength: ClusterManager.precision);

guns28 commented 8 months ago

same here, any updates ?

KallepalliTirumalesh commented 8 months ago

same here, any updates ?

The reason and work around solution to the issue is described https://github.com/bpillon/google_maps_cluster_manager/issues/58#issuecomment-1974770188

HaiderSaleem commented 2 months ago

same here, any updates ?

The reason and work around solution to the issue is described #58 (comment)

It doesn't work anymore with the latest version 2.9.0, the error pops up as:

The name 'Cluster' is defined in the libraries 'package:google_maps_cluster_manager/src/cluster.dart (via package:google_maps_cluster_manager/google_maps_cluster_manager.dart)' and 'package:google_maps_flutter_platform_interface/src/types/cluster.dart'.

moesaid commented 3 weeks ago

Hey @bpillon , do you have any plans for this issue?