multiselect_dropdown_with_select_all 0.4.5
multiselect_dropdown_with_select_all: ^0.4.5 copied to clipboard
The Multi-select Dropdown with Select All streamlines bulk selections, reducing clicks and enhancing user experience with easy integration and customization.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multiselect_dropdown_with_select_allThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multiselect_dropdown_with_select_all: ^0.4.5Alternatively, 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_with_select_all/multiselect_dropdown_with_select_all.dart';