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

Having multiple PaginateFirestore Widgets does not work #92

Closed hawkinsjb1 closed 3 years ago

hawkinsjb1 commented 3 years ago

It appears as though all PaginateFirestore Widgets default to the first query passed (at least if the initial query results to empty). This is a blocking issue.

I am currently using separating the Paginates by key, query object, and stateful widget

hawkinsjb1 commented 3 years ago

Nevermind! This was my fault as the key ended up not being unique

vedartm commented 3 years ago

Thanks for using the package @hawkinsjb1 🎉