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

how to use scrollcontroller. can anyone share an example #106

Closed aronfds closed 2 years ago

aronfds commented 2 years ago

i am having difficulty in attaching a scroll controller to this plugin. i want to get the scroll events as i scroll down and up to show and hide something. please help me

vedartm commented 2 years ago

@aronfds Thanks for using the package. Please check this StackOverflow answer https://stackoverflow.com/a/45702106/11201574

Just add that controller in PaginateFirestore rather than in CustomScrollView.

Feel free to reopen this if you face any similar issues.