contact_list_view 1.2.0 copy "contact_list_view: ^1.2.0" to clipboard
contact_list_view: ^1.2.0 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 Dart:

 $ dart pub add contact_list_view

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 dart pub get):

dependencies:
  contact_list_view: ^1.2.0

Alternatively, your editor might support dart pub get or 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
0
points
450
downloads

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

unknown (license)

Dependencies

flutter, scrollview_observer, signals_flutter, value_layout_builder

More

Packages that depend on contact_list_view