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

cloud_firestore upgrade to 0.10.x? #33

Closed awhitford closed 5 years ago

awhitford commented 5 years ago

I ran into a version solving failure because of my dependency: cloud_firestore: ^0.10.1

Because geoflutterfire >=2.0.3 depends on cloud_firestore ^0.9.5+2 and MY_APP depends on cloud_firestore ^0.10.1, geoflutterfire >=2.0.3 is forbidden.

So, because MY_APP depends on geoflutterfire ^2.0.3+2, version solving failed.

Is it time to update dependencies and cut a new release? 😄

awhitford commented 5 years ago

As a workaround, moving cloud_firestore to dependency_overrides seems to resolve the build issue:

dependency_overrides:
  cloud_firestore: ^0.10.1
tzvc commented 5 years ago

Any update on this? Happy to help if migration necessary

ebastuart commented 5 years ago

Have the same problem, would be great if it will be adapted to the new version. Thank in advance!

DarshanGowda0 commented 5 years ago

Will make these changes in a day or two!

ebastuart commented 5 years ago

@DarshanGowda0 Awesome, you're the best!

DarshanGowda0 commented 5 years ago

2.0.3+3 should fix this 😄

awhitford commented 5 years ago

I just tried this and it appears to be working great. Thank you for the quick response.