selectable_list 0.1.1 copy "selectable_list: ^0.1.1" to clipboard
selectable_list: ^0.1.1 copied to clipboard

A widget displaying a list of selectable items. When one of the items is selected, the other elements of the list are animated out, leaving the selected value.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add selectable_list

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

dependencies:
  selectable_list: ^0.1.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:selectable_list/selectable_list.dart';
52
likes
140
pub points
81%
popularity

Publisher

verified publishersylvainlosey.com

A widget displaying a list of selectable items. When one of the items is selected, the other elements of the list are animated out, leaving the selected value.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on selectable_list