bpillon / google_maps_cluster_manager

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

Added support for google_maps version with privacy statement #67

Closed jopmiddelkamp closed 2 months ago

jopmiddelkamp commented 2 months ago

To release to Apple we needed the to reference google_maps: ^2.6.1 as it contains a privacy statement. Now the current implementation of this package results in some reference issues. These are solved in this PR.

jopmiddelkamp commented 2 months ago

Duplicate to another PR.