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
59 stars 7 forks source link

Please update to rxdart ^0.28.0!!! #206

Closed itismejy closed 4 months ago

itismejy commented 4 months ago

Because no versions of geoflutterfire_plus match >0.0.24 <0.1.0 and geoflutterfire_plus 0.0.24 depends on rxdart ^0.27.1, geoflutterfire_plus ^0.0.24 requires rxdart ^0.27.1. And because flutter_google_places_hoc081098 >=2.0.0 depends on rxdart ^0.28.0, geoflutterfire_plus ^0.0.24 is incompatible with flutter_google_places_hoc081098 >=2.0.0. So, because gather depends on both flutter_google_places_hoc081098 ^2.0.0 and geoflutterfire_plus ^0.0.24, version solving failed. exit code 1

kosukesaigusa commented 4 months ago

@itismejy

It is because geoflutterfire_plus package depends on fake_cloud_firestore package and its comability.

It is only for test purpose, so let me think about we should remove the dependency.

kosukesaigusa commented 4 months ago

This PR removes fake_cloud_firestore package dependency and update rxdart to ^0.28.0.

https://github.com/kosukesaigusa/geoflutterfire_plus/pull/208/files

Will be merged soon!

kosukesaigusa commented 4 months ago

Now it's released:

https://pub.dev/packages/geoflutterfire_plus/changelog

itismejy commented 4 months ago

thank you kousuke!