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

A flexible dropdown field supporting single/multiple selection modes, styles, titles, etc

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multiselect_field

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

dependencies:
  multiselect_field: ^1.5.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:multiselect_field/multiselect_field.dart';
8
likes
160
points
616
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

A flexible dropdown field supporting single/multiple selection modes, styles, titles, etc

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on multiselect_field