dropdown_text_search 0.0.1 copy "dropdown_text_search: ^0.0.1" to clipboard
dropdown_text_search: ^0.0.1 copied to clipboard

A Dropdown search widget with uses a text filed as its search bar.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_text_search

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

dependencies:
  dropdown_text_search: ^0.0.1

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_text_search/dropdown_text_search.dart';
4
likes
100
pub points
72%
popularity

Publisher

verified publisherbk14billi.me

A Dropdown search widget with uses a text filed as its search bar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdown_text_search