maheshj01 / alphabet_scroll_view

A Scrollable ListView Widget with the dynamic vertical Alphabet List on the Side which you can drag and tap to scroll to the first item starting with that letter in the list.
https://pub.dev/packages/alphabet_scroll_view
MIT License
27 stars 20 forks source link

ListView scroll is not fast #2

Open maheshj01 opened 3 years ago

maheshj01 commented 3 years ago

The ListView should scroll immediately as the selected letter changes. The current implementation restricts the scroll animation to 500ms which seems kind of slow.

Currently, the Listview only scrolls to the position when the alphabet leaves the position, Instead the scrolling should be continuous as the Gesture Updates.

Expected Scroll behaviour:

https://user-images.githubusercontent.com/31410839/125155567-85b08880-e17e-11eb-9d72-614e8f48b223.mov

Related: https://github.com/flutter/flutter/issues/85111