dropdown_suggestions_form_field 1.0.3 copy "dropdown_suggestions_form_field: ^1.0.3" to clipboard
dropdown_suggestions_form_field: ^1.0.3 copied to clipboard

The dropdown suggestions form field widget provides a list of suggestions while typing into a text form field

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_suggestions_form_field

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

dependencies:
  dropdown_suggestions_form_field: ^1.0.3

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_suggestions_form_field/dropdown_suggestions_form_field.dart';
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The dropdown suggestions form field widget provides a list of suggestions while typing into a text form field

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on dropdown_suggestions_form_field