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

auto scrolling function #21

Closed Janghwi closed 4 years ago

Janghwi commented 4 years ago

Thank you for contributing your excellent package. Would it be possible to scroll automatically according to the given timer setting value? Except basic ui, I want to use this package for upper screen on youtube screen and lower paginated firestore text data. Thanks!

vedartm commented 4 years ago

You can add your own custom scrollController in v0.2.0 using the function _scrollController.animateTo(). If it does not help, feel free to reopen the issue