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

ListView controller #16

Closed dekadevelop closed 4 years ago

dekadevelop commented 4 years ago

Could you expose the set of the ListVIew controller? Thanks :)

vedartm commented 4 years ago

Now you add your own ScrollController in v0.2.0 using the attribute scrollController. Thanks for using the package, feel free to reopen if you face any issue.