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

Custom Refresher Feature #159

Open AdnanKhan45 opened 1 year ago

AdnanKhan45 commented 1 year ago

Hi,

I added new feature to the paginate_firestore package, that is Custom Refresher using pull_to_refresh package. Using this people can customize their own refresher configuration. I updated CHANGELOG and .yaml versions and the changes I made in the 1.0.4 version of paginate_firestore. I also updated README.md to let the package users see how to integrate with custom refresher using paginate_firestore.

Please review my code, if there is something that needs to be improved more, please let me know so that I can take the quick action on that. And if you think the feature is useful and can help the package with this new functionality please merge it after reviewing it.

Thanks