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 0.13.0 compatible #65

Closed awhitford closed 4 years ago

awhitford commented 4 years ago

Now that cloud_firestore 0.13 has been released, one will run into a problem trying to use it with geoflutterfire; flutter pub get returns something like this:

Because geoflutterfire 2.0.3+5 depends on cloud_firestore ^0.12.5 and no versions of geoflutterfire match >2.0.3+5 <3.0.0, geoflutterfire ^2.0.3+5 requires cloud_firestore ^0.12.5.

Please, we could use an upgrade. 😄

awhitford commented 4 years ago

It looks like someone already has a pull request: https://github.com/DarshanGowda0/GeoFlutterFire/pull/64

DarshanGowda0 commented 4 years ago

Fixed as of #67