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

is autoPlay option available ? moving items by its own ? #50

Closed ganeshchenniah closed 3 years ago

vedartm commented 3 years ago

It is not available yet. It can be used with scroll controller when it is added to the widget.

vedartm commented 3 years ago

Hey @ganeshchenniah. The Scroll Controller is added to the widget. Now you can add your own controller and make it auto-scroll. Check this StackOverflow answer

vedartm commented 3 years ago

Thanks for using the package. Feel free to reopen this if you face any similar issues.