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

Scroll without animation #65

Closed DanieleRigo closed 3 years ago

DanieleRigo commented 3 years ago

Hi. In long lists the scrollToIndex can take quite a lot of time to reach the destination, and this is not really a good user experience.

Is there a way to support the scrollToIndex without animation?

jerrywell commented 3 years ago

it's the limitation of this package for very long list. : ( please refer to this thread #44 for more detail.

DanieleRigo commented 3 years ago

I understand. Thank you for your answer!