Hi,
Has anyone been able to build a custom widget using google_maps_flutter with google_maps_cluster_manager for clustering markers? I'm getting all kind of dependency errors and I'm desperate to make this working.
The only dependency set I found that passes FlutterFlow checks is:
google_maps_flutter: ^2.5.3
google_maps_cluster_manager_2: ^3.1.0
google_maps_flutter_platform_interface: ^2.4.1
But then when building CodeMagic throws:
[!] CocoaPods could not find compatible versions for pod "google_maps_flutter_ios":
In Podfile:
google_maps_flutter_ios (from .symlinks/plugins/google_maps_flutter_ios/ios
)
Specs satisfying the google_maps_flutter_ios (from
.symlinks/plugins/google_maps_flutter_ios/ios`)` dependency were found, but they required a higher minimum deployment target.
Build failed :|
Step 6 script Install pods
exited with status code 1
I also tried flutter_map with several tiles providers and clustering plugins (flutter_map_supercluster, flutter_map_marker_cluster) but performance was very bad: too long loading times and not smooth scrolling. I'm even considering using a webview but this has many downsides too.
I'm afraid this will be one of these cases where native development is the only way to go.
Hope someone can help me with this!
TIA,
Llorenc