beerstorm-net / GeoFlutterFire2

🔥GeoFlutterFire2🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://pub.dev/packages/geoflutterfire2
MIT License
14 stars 40 forks source link

The code is deprecated and not work in Flutter Stable 2.5 #4

Closed moinkhan780 closed 2 years ago

moinkhan780 commented 3 years ago

Kindly update this package otherwise it will not work for a-lot of people's who using the latest flutter version.

LucaDillenburg commented 3 years ago

Hi @moinkhan780 , I forked and updated the package. It's running smoothly with Flutter 2.5 and now supports the withConverter method from the cloud_firestore package.

I opened a Pull Request here: #5 .

You can choose to wait for it to get updated in pub.dev or use the code directly from the forked repo. For the latter, use:

    geoflutterfire2:
      git:
        url: https://github.com/LucaDillenburg/GeoFlutterFire2
        ref: b5badaef3bbe905a0fbe1f31304d08a85c62d7de
zeusbaba commented 2 years ago

yesterday, updated dependencies and made a new release 2.3.11
please use geoflutterfire2: ^2.3.11
see https://pub.dev/packages/geoflutterfire2/changelog

closing this issue, feel free to re-open if you still experience issues