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

Integration of custom-refresh-indicator and paginate_firestore #129

Open RoyalCoder88 opened 2 years ago

RoyalCoder88 commented 2 years ago

Hi friends,

What I to integrate custom-refresh-indicator and paginate_firestore, I think this feature will be very useful for a lot of devs, can somebody guide us on how to achieve this? Thanks in advance!

eturkmenler commented 1 year ago

You should be able to wrap your paginate_firestore with refresh_indicator...

RoyalCoder88 commented 1 year ago

Hi, @eturkmenler I managed that, I needed a few more control over the stream it's fine now, the only issue now is that the author to update the dependency to latest firebase SDK ;)