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 #127

Closed RoyalCoder88 closed 2 years ago

RoyalCoder88 commented 2 years ago

Hi friends,

I really need to use my custom refresh indicator or custom_refresh_indicator for paginate_firestore , how can I achieve this? Thanks in advance!

vedartm commented 2 years ago

Hi @RoyalCoder88. Thanks for using the package. It is similar to the normal RefreshIndicator implementation in the README.md. It has the same onRefresh attribute.

Feel free to reopen this if you face this issue again.

RoyalCoder88 commented 2 years ago

Hi @vedartm I tried but didn't manage hot to integrate it properly, can you offer me an example or guide me, please? Thanks in advance!