select_all_dropdown 0.1.1
select_all_dropdown: ^0.1.1 copied to clipboard
select_all_dropdown is a highly customizable and user-friendly Flutter package that provides a multi-select dropdown with a convenient "Select All" feature. It allows users to select multiple items fr [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add select_all_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
select_all_dropdown: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.