quire-io / scroll-to-index

scroll to index with fixed/variable row height inside Flutter scrollable widget
MIT License
511 stars 104 forks source link

Scrolling does not work if I put a widget wrapped with an AutomaticKeepAlive widget as a child of the AutoScrollTag widget #27

Closed beomjo closed 4 years ago

beomjo commented 4 years ago

ScrollToIndex does not work if I put a widget wrapped with an AutomaticKeepAlive widget as a child of the AutoScrollTag widget.

What is the correct way, if any, to achieve this?

jerrywell commented 4 years ago

AutomaticKeepAlive should wrap the whole AutoScrollTag since it's the default setting from Sliverlist. I supposed it won't be added by ourself. can you test like this way and post the sample code if it still failed.