EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
605 stars 201 forks source link

[Feature Request]: Auto scroll/slide PagedPageView children #316

Closed RB-93 closed 4 months ago

RB-93 commented 4 months ago

There should be a callback function or utility option to auto-slide pageViews. It is expected to have autoPlay duration functionality for explicitly giving time duration.

clragon commented 4 months ago

Hi, thank you for your issue. Such functionality is out of scope for this package and should be implemented from the outside, e.g. via ScrollController. Thank you.