alphabet_scroll_view
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.
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 ═══════════════════════════════════════════...
support shrink warp to list view list ListView's shrink warp ,because sometime the alphabet list content is in scroll content.
- [ ] Get rid of item extent - [ ] AlphabetScrollView should have a controller allowing to add listener and an api to scroll to letter - [ ]...
## 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...
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...
We need cyrillic alphabet, and now we had to clone your package, to change one list of letters. With respect, kidok313.
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
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...