alphabet_scroll_view 0.3.2 copy "alphabet_scroll_view: ^0.3.2" to clipboard
alphabet_scroll_view: ^0.3.2 copied to clipboard

A Scrollable ListView Widget with the dynamic vertical Alphabet List which you can drag and tap to scroll to the first item starting with that letter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alphabet_scroll_view
copied to clipboard

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

dependencies:
  alphabet_scroll_view: ^0.3.2
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:alphabet_scroll_view/alphabet_scroll_view.dart';
copied to clipboard
95
likes
140
points
1.15k
downloads

Publisher

verified publishermaheshjamdade.com

Weekly Downloads

2024.09.20 - 2025.04.04

A Scrollable ListView Widget with the dynamic vertical Alphabet List which you can drag and tap to scroll to the first item starting with that letter.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on alphabet_scroll_view