proper_multiselect_search_dropdown 1.0.3
proper_multiselect_search_dropdown: ^1.0.3 copied to clipboard
multiselect_search_dropdown used for dropdown with multiselect and search functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add proper_multiselect_search_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
proper_multiselect_search_dropdown: ^1.0.3Alternatively, 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:proper_multiselect_search_dropdown/different_type_dropdown/proper_multiselect_search_dropdown.dart';
import 'package:proper_multiselect_search_dropdown/different_type_dropdown/proper_singleselect_search_dropdown.dart';
import 'package:proper_multiselect_search_dropdown/proper_multiselect_search-dropdown.dart';