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.
Right now letters are postioned all together in the center which makes it look weird. On ios at least the letters are spread accross the height of the list view
Is it possible to add sections in the list like iOS style. maybe something like this https://pub.dev/packages/cupertino_listview
Exeception in if (await (Vibration.hasVibrator() as FutureOr)) { line 274 C:\tools\flutter\.pub-cache\hosted\pub.dartlang.org\alphabet_list_scroll_view-2.0.0\lib\alphabet_list_scroll_view.dart ``` E/flutter ( 7095): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: type 'Future' is not a subtype of type 'FutureOr' in type cast...
Hi, This seems to be a must feature I don't seem to find and not sure how anyone else is working with it. When I scroll through the alphabets on...