textfield_search 0.9.2 copy "textfield_search: ^0.9.2" to clipboard
textfield_search: ^0.9.2 copied to clipboard

A new Flutter package which uses a TextField to search and select it's value from a simple list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add textfield_search

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

dependencies:
  textfield_search: ^0.9.2

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:textfield_search/textfield_search.dart';
126
likes
120
pub points
94%
popularity

Publisher

verified publishernubeer.io

A new Flutter package which uses a TextField to search and select it's value from a simple list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on textfield_search