multi_data_picker 0.2.3 copy "multi_data_picker: ^0.2.3" to clipboard
multi_data_picker: ^0.2.3 copied to clipboard

A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_data_picker

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

dependencies:
  multi_data_picker: ^0.2.3

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:multi_data_picker/multi_data_picker.dart';
0
likes
160
points
272
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible multi-select widget for Flutter with popup picker, controller support, and TextField styling.

Repository (GitHub)
View/report issues

Topics

#select2 #input #picker #multi-select

Documentation

API reference

License

MIT (license)

Dependencies

any_field, flutter, flutter_bloc, freezed_annotation

More

Packages that depend on multi_data_picker