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

rxdart issue #95

Closed momoDragon closed 4 years ago

momoDragon commented 4 years ago

Because flutter_google_places >=0.2.5 depends on rxdart ^0.24.0 and geoflutterfire 2.0.3+5 depends on rxdart ^0.22.0, flutter_google_places >=0.2.5 is incompatible with geoflutterfire 2.0.3+5.

could you please upgrade the rxdart version to the latest? thanks

W2YAdmin commented 4 years ago

facing the same issue!

mithilesh-parmar commented 4 years ago

Same here, please update the repo to support latest version of rxdart

snappyjs commented 4 years ago

I'm stuck with the same issue. I see there's been a pull request (https://github.com/DarshanGowda0/GeoFlutterFire/pull/92) for quite a few days now, not merged with master though?

I've solved this by forking, and updating the rxdart version, it's a temporary fix atleast.

Just add this to your flutter dependencies

geoflutterfire: 
    git:
      url: https://github.com/snappyjs/GeoFlutterFire
      ref: master