alphabet_scroll_view
alphabet_scroll_view copied to clipboard
ListView scroll is not fast
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