alphabet_scroll_view icon indicating copy to clipboard operation
alphabet_scroll_view copied to clipboard

ListView scroll is not fast

Open maheshj01 opened this issue 4 years ago • 0 comments

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

maheshj01 avatar Feb 14 '21 07:02 maheshj01