dropdown_textfield 1.0.7 copy "dropdown_textfield: ^1.0.7" to clipboard
dropdown_textfield: ^1.0.7 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 Dart:

 $ dart pub add dropdown_textfield

With Flutter:

 $ flutter pub add dropdown_textfield

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dropdown_textfield: ^1.0.7

Alternatively, your editor might support dart pub get or 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

collection, equatable, flutter

More

Packages that depend on dropdown_textfield