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

Refresh stream from Page first #5

Closed hilalbaig closed 4 years ago

hilalbaig commented 4 years ago

How can I refresh PaginateFirestore from start?

vedartm commented 4 years ago

You can rebuild the whole widget by changing the key of PaginateFirestore widget. Check this link

hilalbaig commented 4 years ago

You can rebuild the whole widget by changing the key of PaginateFirestore widget. Check this link

That worked 👍