kosukesaigusa / geoflutterfire_plus

🌍💙🔥 geoflutterfire_plus allows your flutter apps to query geographic data saved in Cloud Firestore. This package is fork from GeoFlutterFire, and tried to be constantly maintained to work with latest Flutter SDK, Dart SDK, and other dependency packages.
https://pub.dev/packages/geoflutterfire_plus
MIT License
57 stars 7 forks source link

Version incompatibility #197

Closed SinapseVB closed 3 months ago

SinapseVB commented 3 months ago

I need to update the components of my application but the error below is occurring. Do you have any predictions on when it will be compatible?

Resolving dependencies... Because geoflutterfire_plus >=0.0.21 depends on cloud_firestore ^4.17.0 and dochealth_core depends on cloud_firestore ^5.0.1, geoflutterfire_plus >=0.0.21 is forbidden. So, because dochealth_core depends on geoflutterfire_plus ^0.0.21, version solving failed.

eridiumeng commented 3 months ago

I'm having this issue too, for now just added a dependency_override to I could update other packages

dependency_overrides: cloud_firestore: ^5.0.1

kosukesaigusa commented 3 months ago

@SinapseVB @eridiumeng

Thank you for your comments! I created a PR to update dependencies and confirm both iOS and Android example app is successfully build:

https://github.com/kosukesaigusa/geoflutterfire_plus/pull/200

I will release new version with this change soon!

kosukesaigusa commented 3 months ago

v0.0.22 is released now!

@SinapseVB @eridiumeng

Please try to upgrade your app's dependencies! Sorry for the inconvenience!