azlistview 2.0.0 copy "azlistview: ^2.0.0" to clipboard
azlistview: ^2.0.0 copied to clipboard

A Flutter sticky headers & index ListView. IndexBar. such as citylist, contactlist. index and hover effect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add azlistview
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  azlistview: ^2.0.0
copied to clipboard

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:azlistview/azlistview.dart';
copied to clipboard
304
likes
130
points
13.9k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.09 - 2025.03.24

A Flutter sticky headers & index ListView. IndexBar. such as citylist, contactlist. index and hover effect.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on azlistview