contact_list_view 1.1.1 copy "contact_list_view: ^1.1.1" to clipboard
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_view

This 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.1

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:contact_list_view/contact_list_view.dart';
1
likes
160
points
140
downloads
screenshot

Documentation

API reference

Publisher

verified publisherjsontodart.cn

Weekly Downloads

A Flutter sliver-based contact list with A-Z index navigation, sticky section headers, and extensible builders for index, cursor, and header rendering.

Homepage
Repository (GitHub)
View/report issues

Topics

#widget #azlistview #contact #chat

License

Apache-2.0 (license)

Dependencies

flutter, scrollview_observer, signals, value_layout_builder

More

Packages that depend on contact_list_view