flutter_multi_dropdown 1.1.0
flutter_multi_dropdown: ^1.1.0 copied to clipboard
A Flutter dropdown widget for single and multi select with search, checkboxes, radio buttons, select all support, and full UI customization.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_multi_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_multi_dropdown: ^1.1.0Alternatively, 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:flutter_multi_dropdown/flutter_multi_dropdown.dart';