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

Define maximum number of items or number of pages #146

Open Hassico opened 2 years ago

Hassico commented 2 years ago

Is it possible to not just limit the number of items per page but limit the total number of items or the number pages. For example, i only want for some cases to display 3 items and stop the pagination no matter how many items are left in the collection. Is this behavior possible?

Thank you.

ben55j commented 2 years ago

Hello, I had the same question. Looking forward for an answer.