selection_group 0.0.6 copy "selection_group: ^0.0.6" to clipboard
selection_group: ^0.0.6 copied to clipboard

A Flutter widget that manages selection and focus state across a group of items.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add selection_group

With Flutter:

 $ flutter pub add selection_group

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

dependencies:
  selection_group: ^0.0.6

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:selection_group/selection_group.dart';
3
likes
0
points
490
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that manages selection and focus state across a group of items.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on selection_group