kosukesaigusa / geoflutterfire_plus

🌍💙🔥 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.
https://pub.dev/packages/geoflutterfire_plus
MIT License
59 stars 7 forks source link

Add cache first feature #199

Closed Kurczaak closed 4 months ago

Kurczaak commented 4 months ago

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

kosukesaigusa commented 4 months ago

The new geoflutterfire_plus version v0.0.23, includes your contribution has been released!

https://pub.dev/packages/geoflutterfire_plus/changelog

000098@2x