selection_mode 0.0.5 copy "selection_mode: ^0.0.5" to clipboard
selection_mode: ^0.0.5 copied to clipboard

A Flutter package for multi-item selection with range selection

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add selection_mode

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

dependencies:
  selection_mode: ^0.0.5

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:selection_mode/selection_mode.dart';
3
likes
150
points
39
downloads

Publisher

verified publisherdegenk.com

Weekly Downloads

A Flutter package for multi-item selection with range selection

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on selection_mode