alphabet_index_listview 1.0.36
alphabet_index_listview: ^1.0.36 copied to clipboard
a a-z indexed listview ,based on CustomScrollView and ListView, also provide a stick header listview.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alphabet_index_listviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
alphabet_index_listview: ^1.0.36Alternatively, 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_index_listview/alphabet_index_listview.dart';