vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 136 forks source link

package status #48

Closed azazadev closed 3 years ago

azazadev commented 3 years ago

Hi I would like to have a status about this package, so @excogitatr @adamdupuis @claudemircasa @imhafeez @GauthamAsir all others contributors if it's possible to have answer of those questions :

Thank you for your understanding

vedartm commented 3 years ago

Hi @azazadev. The package is not discontinued. I have pushed an update (v0.3.0) which will solve most of the issues that you mentioned. Please test it and let me know.

azazadev commented 3 years ago

Thanks @excogitatr for the update !!! I will try to test latest version this week do you know if there is a plan to support caching query ? as you know we cannot imagine usage of firestore without caching for most of use case, just close and open the app will trigger new docs read if no local cache configured ( more cost :) )

to give you idea I'm using this package on some views and caching is work perfectly https://github.com/furkansarihan/firestore_collection/blob/master/lib/firestore_collection.dart