search_choices 2.0.5 copy "search_choices: ^2.0.5" to clipboard
search_choices: ^2.0.5 copied to clipboard

outdated

Highly versatile Widget to let the user search through a keyword string typed on a customizable keyboard in a single or multiple choices list presented as a dropdown in a dialog box or a menu. Support [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add search_choices

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

dependencies:
  search_choices: ^2.0.5

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:search_choices/search_choices.dart';
559
likes
0
points
4.3k
downloads

Publisher

verified publisherjod.li

Weekly Downloads

Highly versatile Widget to let the user search through a keyword string typed on a customizable keyboard in a single or multiple choices list presented as a dropdown in a dialog box or a menu. Supports pagination and future/network/API/webservice searches.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on search_choices

Packages that implement search_choices