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

A widget displaying a selectable list of items.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add selectable_list

With Flutter:

 $ flutter pub add selectable_list

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

dependencies:
  selectable_list: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
79%
popularity

Publisher

verified publishersylvainlosey.com

A widget displaying a selectable list of items.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on selectable_list