dropdown_custom 0.5.0
dropdown_custom: ^0.5.0 copied to clipboard
A customizable, zero-dependency Flutter dropdown with single/multi-select, search, grouping, positioning, and many more customizations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dropdown_customThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dropdown_custom: ^0.5.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:dropdown_custom/dropdown_custom.dart';