dropdown_textfield 1.0.8 copy "dropdown_textfield: ^1.0.8" to clipboard
dropdown_textfield: ^1.0.8 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.0.8

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';
128
likes
90
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, equatable, flutter

More

Packages that depend on dropdown_textfield