🌍💙🔥 geoflutterfire_plus allows your flutter apps to query geographic data saved in Cloud Firestore. This package is fork from GeoFlutterFire, and tried to be constantly maintained to work with latest Flutter SDK, Dart SDK, and other dependency packages.
Frequent location changes resulted in a lot of calls to the Firestore. In order to prevent this I've opened a PR with an option isCacheFirst in order not to fetch already fetched data.
Frequent location changes resulted in a lot of calls to the Firestore. In order to prevent this I've opened a PR with an option
isCacheFirst
in order not to fetch already fetched data.Check out the PR: https://github.com/kosukesaigusa/geoflutterfire_plus/pull/198