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

Highly customizable Widget to search through a single or multiple choices list in a dialog box or a menu. Supports pagination, future/API/webservice searches with sort and filter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add search_choices

With Flutter:

 $ flutter pub add search_choices

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

dependencies:
  search_choices: ^2.2.5

Alternatively, your editor might support dart pub get or 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';
514
likes
0
pub points
96%
popularity

Publisher

verified publisherjod.li

Highly customizable Widget to search through a single or multiple choices list in a dialog box or a menu. Supports pagination, future/API/webservice searches with sort and filter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on search_choices