multiselect_dropdown_pro 1.0.2 multiselect_dropdown_pro: ^1.0.2 copied to clipboard
MultiSelectDropDown is a Flutter package that offers a versatile and user-friendly multi-select dropdown widget. This package simplifies the process of selecting multiple items from a list, providing [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multiselect_dropdown_pro
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
multiselect_dropdown_pro: ^1.0.2
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_pro/multiselect_dropdown_pro.dart';