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

outdated

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.6.0

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
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on textfield_search