DarshanGowda0 / GeoFlutterFire

:fire:GeoFlutterFire:fire: is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://youtu.be/MYHVyl-juUk
MIT License
305 stars 261 forks source link

Upgrade to the latest rxdart please #102

Closed giorgio79 closed 4 years ago

giorgio79 commented 4 years ago

Version solving is failing when I try to upgrade, as geoflutterfire depends on an older version...

sunnyp18 commented 4 years ago

An example of this is here as follows:


Because timetable >=0.2.0 depends on rxdart ^0.24.0 and geoflutterfire >=2.0.3+7 depends on rxdart ^0.23.1, timetable >=0.2.0 is incompatible with geoflutterfire >=2.0.3+7.

So, because MyApp depends on both geoflutterfire ^2.1.0 and timetable ^0.2.5, version solving failed.
pub get failed (1; So, because MyApp depends on both geoflutterfire ^2.1.0 and timetable ^0.2.5, version solving failed.)
exit code 1
aalhadhoud commented 4 years ago

same error: Because geoflutterfire >=2.0.3+7 depends on rxdart ^0.23.1 and togo_store depends on rxdart ^0.24.1, geoflutterfire >=2.0.3+7 is forbidden.

sunnyp18 commented 4 years ago

I ended up just forking the repository and updating it myself

Then going to pubspec.yaml and linking it

geoflutterfire: git: https://github.com/Myusername/GeoFlutterFire.git

DarshanGowda0 commented 4 years ago

111 fixes these.