dropdown_textfield 0.0.2 copy "dropdown_textfield: ^0.0.2" to clipboard
dropdown_textfield: ^0.0.2 copied to clipboard

outdated

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: ^0.0.2

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';
138
likes
0
pub points
97%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdown_textfield