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

Is there a way to change query dynamically ? #41

Closed ganeshchenniah closed 3 years ago

ganeshchenniah commented 3 years ago

Hi i have used bool variable, setState, changenotifier. None of them worked . Please let me know if it is possible ?

Thank You

vedartm commented 3 years ago

Try adding a key to PaginateFirestore widget and change it when you change the state. But this will reload the whole pagination view

ganeshchenniah commented 3 years ago

yes, it worked after key addition. Thank you