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.
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.
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