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

Cancel stream listener #60

Closed fer-ri closed 3 years ago

fer-ri commented 3 years ago

When using the option isLive: true, the stream always opens even we navigate to another screen. With this PR, automatically gathering all stream listeners and cancel it on dispose().

vedartm commented 3 years ago

@all-contributors please add @ghprod for code

allcontributors[bot] commented 3 years ago

@excogitatr

I've put up a pull request to add @ghprod! :tada:

fer-ri commented 3 years ago

Thanks @excogitatr