dropdown_textfield 1.2.0 dropdown_textfield: ^1.2.0 copied to clipboard
A DropdownTextfield is a material design TextField. The DropDownButton is a widget that we can use to select one unique value or multivalue from a set of values.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dropdown_textfield
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dropdown_textfield: ^1.2.0
Alternatively, 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_textfield/dropdown_textfield.dart';