quire-io / scroll-to-index

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

add animated parameter to scrollToIndex() #80

Closed kyle-seongwoo-jun closed 2 years ago

kyle-seongwoo-jun commented 2 years ago

Hi, I love this project, but I need to use jumpTo(), not animateTo().

I changed scrollToIndex() scrolls with jumpTo() when animated is false.

Thank you!

jerrywell commented 2 years ago

Unfortunately, it's the limitation of flutter sliver system. https://github.com/quire-io/scroll-to-index/issues/44 describe the detail. :)