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

last index #29

Closed jenniestrongbow closed 3 years ago

jenniestrongbow commented 3 years ago

I'd like to add a widget at the very bottom of the list (that scrolls with the list). However, in order to do this, I need to know the total number of items on the list. How can I do this ? Thanks.