multiselect_dropdown_with_select_all 0.3.4
multiselect_dropdown_with_select_all: ^0.3.4 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 Dart:
$ dart pub add multiselect_dropdown_with_select_allWith 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 dart pub get):
dependencies:
multiselect_dropdown_with_select_all: ^0.3.4Alternatively, your editor might support dart pub get or 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';