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

Resolve race condition for live option #121

Closed garrettApproachableGeek closed 2 years ago

garrettApproachableGeek commented 2 years ago

Resolve race condition by using an updated state when getting the previousList for _emitPaginatedState

Related issue: https://github.com/vedartm/paginate_firestore/issues/120

vedartm commented 2 years ago

Thanks for contributing @garrettApproachableGeek 🎉