vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 138 forks source link

Why for same query - multiple listeners #113

Open yashhema opened 2 years ago

yashhema commented 2 years ago

Hello, I am new to flutter. I see we call refreshPaginatedList , and for every call a new listener is created and added to stream, why is that or am i understanding it wrong