keyboard_search_dialog 1.0.0+1 copy "keyboard_search_dialog: ^1.0.0+1" to clipboard
keyboard_search_dialog: ^1.0.0+1 copied to clipboard

A Flutter package that provides a keyboard-controlled autocomplete widget with a search dialog. Perfect for creating searchable dropdowns and autocomplete fields that open a search dialog on keyboard input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyboard_search_dialog

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

dependencies:
  keyboard_search_dialog: ^1.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:keyboard_search_dialog/keyboard_search_dialog.dart';
0
likes
120
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a keyboard-controlled autocomplete widget with a search dialog. Perfect for creating searchable dropdowns and autocomplete fields that open a search dialog on keyboard input.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on keyboard_search_dialog