dropdown_custom 0.4.0
dropdown_custom: ^0.4.0 copied to clipboard
A customizable, zero-dependency dropdown with search, grouping, per-item enable/disable, custom colors, and free positioning (top/bottom/left/right).
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.4.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';