contact_list_view 1.1.1
contact_list_view: ^1.1.1 copied to clipboard
A Flutter sliver-based contact list with A-Z index navigation, sticky section headers, and extensible builders for index, cursor, and header rendering.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add contact_list_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
contact_list_view: ^1.1.1Alternatively, 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:contact_list_view/contact_list_view.dart';