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

feat: allow to use jumpTo #64

Closed Alexays closed 3 years ago

Alexays commented 3 years ago

Just an easy refactoring to allow us using jump to rather than animateTo

Alexays commented 3 years ago

Hmmm in some cases, when the element is not yet rendered, it's still animated

jerrywell commented 3 years ago

Thanks for you pull request. Unfortunately, we can't make the jump to feature due to Flutter limitation. this interface will confuse user when the final result doesn't do the jump to when the target state is not generated.