beerstorm-net / GeoFlutterFire2

🔥GeoFlutterFire2🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://pub.dev/packages/geoflutterfire2
MIT License
14 stars 40 forks source link

Compatibility issue with cloud_firestore ^5.0.1 #39

Open prasundubey opened 4 months ago

prasundubey commented 4 months ago

Hi,

the package is not compatible with cloud_firestore ^5.0.1. Please help resolve this.

Error: geoflutterfire2 >=2.3.15 depends on cloud_firestore ^4.4.4 and your app depends on cloud_firestore ^5.0.1

loullah-gti commented 4 months ago

Same probleme here, can't upgrade my firebase dependencies.

AK-1000 commented 4 months ago

just migrate to geoflutterfire_plus

sanchitmonga22 commented 3 months ago

Any updates on this? I am getting the same error, I am not able to upgrade my dependencies cloud_firestore ^5.2.1 and other firebase dependencies are also dependent on that. I'd appreciate some help, thanks!

AK-1000 commented 3 months ago

Any updates on this? I am getting the same error, I am not able to upgrade my dependencies cloud_firestore ^5.2.1 and other firebase dependencies are also dependent on that. I'd appreciate some help, thanks!

I migrated my code to use geoflutterfire_plus ( both dependencies are almost the same). The reason I am telling you this is cause I believe this dependency is abandoned.