quire-io / scroll-to-index

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

Duration in scrollToIndex is ignorred #47

Closed pro100svitlo closed 3 years ago

pro100svitlo commented 3 years ago

I found this issue with lists with many items (long ones).

In this case, when I scroll to some item close to the bottom, it doesn't matter what duration I set via method - it still takes a looong time to scroll, which is definitely more than my duration.

jerrywell commented 3 years ago

sorry to hear that, but it's the limitation of this package for very long list. : ( please refer to this thread https://github.com/quire-io/scroll-to-index/issues/44 for more detail.