dropdown_textfield 1.2.0 copy "dropdown_textfield: ^1.2.0" to clipboard
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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
171
likes
150
points
9.16k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.24 - 2025.04.08

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)

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter

More

Packages that depend on dropdown_textfield