alphabet_scroll_view 0.3.1 copy "alphabet_scroll_view: ^0.3.1" to clipboard
alphabet_scroll_view: ^0.3.1 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.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:alphabet_scroll_view/alphabet_scroll_view.dart';
95
likes
140
points
924
downloads

Publisher

verified publishermaheshjamdade.com

Weekly Downloads

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)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on alphabet_scroll_view