button_multiselect 0.0.3 copy "button_multiselect: ^0.0.3" to clipboard
button_multiselect: ^0.0.3 copied to clipboard

create a list of multiselect buttons that receives a list of items with a generic property that will be returned in the onSelectedChanged event if the item is selected.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add button_multiselect

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

dependencies:
  button_multiselect: ^0.0.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:button_multiselect/button_multiselect.dart';
3
likes
160
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

create a list of multiselect buttons that receives a list of items with a generic property that will be returned in the onSelectedChanged event if the item is selected.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, flutter, provider

More

Packages that depend on button_multiselect