dropdownfield2 1.0.7 copy "dropdownfield2: ^1.0.7" to clipboard
dropdownfield2: ^1.0.7 copied to clipboard

Custom Flutter Widget that mimicks the standard Android auto-complete dropdown field. Has many options for customizing the behavior of this field. This is null safe version of original

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdownfield2

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

dependencies:
  dropdownfield2: ^1.0.7

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:dropdownfield2/dropdownfield2.dart';
8
likes
110
pub points
88%
popularity

Publisher

unverified uploader

Custom Flutter Widget that mimicks the standard Android auto-complete dropdown field. Has many options for customizing the behavior of this field. This is null safe version of original

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdownfield2