alphabet_scroll_view icon indicating copy to clipboard operation
alphabet_scroll_view copied to clipboard

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.

Results 14 alphabet_scroll_view issues
Sort by recently updated
recently updated
newest added

Scrolling gets stuck when my list is larger than 500, without this package, list works properly even if it works with more than 5000 items in a list but it...

When setting isAlphabetsFiltered to true, not using string inside of the itemBuilder and then tapping on the alphabet list I receive the following error: ════════ Exception caught by gesture ═══════════════════════════════════════════...

bug

support shrink warp to list view list ListView's shrink warp ,because sometime the alphabet list content is in scroll content.

enhancement
P3

- [ ] Get rid of item extent - [ ] AlphabetScrollView should have a controller allowing to add listener and an api to scroll to letter - [ ]...

enhancement
P3

## Beep boop. Your images are optimized! Your image file size has been reduced by **45%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

using your example list, the scollToIndex method breaks if you select an item that does not have any corresponding value in the list. e.g Select J This is only the...

bug
good first issue

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

Severe: new feature

We need cyrillic alphabet, and now we had to clone your package, to change one list of letters. With respect, kidok313.

enhancement

my list's length is 270, when navigating by the alphabet letter, it takes a lot of time to reach the group of this letter

bug

I was trying to have a dynamic height for the rows used in your AlphabetScrollView component. My idea was to set a huge **itemExtent** value so that the rows would...

bug