rorystephenson / supercluster_dart

A port of MapBox's javascript supercluster library for fast marker clustering.
ISC License
2 stars 3 forks source link

Bump uuid dependency #7

Closed Robbendebiene closed 2 months ago

Robbendebiene commented 3 months ago

Update uuid package to resolve a dependency conflict with geolocator. (see https://pub.dev/packages/geolocator_android/changelog#432)

serena7889 commented 2 months ago

This would really help me too! Haivng to use dependency overrides of UUID from other packages to be able to use flutter_map_supercluster

rorystephenson commented 2 months ago

Thanks for the PR @Robbendebiene ! I ended up updating all the dependencies (including in the test app) and I've released as v3.1.0. Apologies for not merging this PR, I saw it after I finished the changes.