multiselect_dropdown 2.0.0+1 copy "multiselect_dropdown: ^2.0.0+1" to clipboard
multiselect_dropdown: ^2.0.0+1 copied to clipboard

Multiselect Dropdown package.Clearly you'll know which purpose to use sometime we want to add multiselectable dropdown in our product.This package is the solution for the problem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multiselect_dropdown

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

dependencies:
  multiselect_dropdown: ^2.0.0+1

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_dropdown/main.dart';
import 'package:multiselect_dropdown/multiple_dropdown.dart';
import 'package:multiselect_dropdown/multiple_select.dart';
1
likes
30
pub points
59%
popularity

Publisher

verified publishermidcarry.tk

Multiselect Dropdown package.Clearly you'll know which purpose to use sometime we want to add multiselectable dropdown in our product.This package is the solution for the problem.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on multiselect_dropdown