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

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

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';
88
likes
120
pub points
91%
popularity

Publisher

verified publishermaheshjamdade.com

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