alphabet_scroll_view 0.3.2 alphabet_scroll_view: ^0.3.2 copied to clipboard
A Scrollable ListView Widget with the dynamic vertical Alphabet List which you can drag and tap to scroll to the first item starting with that letter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alphabet_scroll_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
alphabet_scroll_view: ^0.3.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:alphabet_scroll_view/alphabet_scroll_view.dart';