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

How does the pagination work? #87

Closed abayomiAkanji closed 2 years ago

abayomiAkanji commented 3 years ago

Hi @vedartm, many thanks for this library.

I would like to make a clarification about the pagination' logic. I couldn't find the info in the pub.dev doc so I thought I could put my question here. Does the library fetch new new chuck of live data while user scrolls or it fetches all contents (at once) and displays them in batches based on request?

I look forward to your response.

Thanks!

vedartm commented 3 years ago

Hi @abayomiAkanji. Glad you liked the package. It fetches a new chunk of live data while the user scrolls.