multiselect_field 1.3.0 copy "multiselect_field: ^1.3.0" to clipboard
multiselect_field: ^1.3.0 copied to clipboard

A class for multiple select fields that allows users to select multiple elements from a list

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multiselect_field

With Flutter:

 $ flutter pub add multiselect_field

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

dependencies:
  multiselect_field: ^1.3.0

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:multiselect_field/multiselect_field.dart';
6
likes
0
pub points
67%
popularity

Publisher

verified publisherjhonacode.com

A class for multiple select fields that allows users to select multiple elements from a list

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on multiselect_field