text_search_field 0.0.4 copy "text_search_field: ^0.0.4" to clipboard
text_search_field: ^0.0.4 copied to clipboard

A dependency text search field widget for flutter which is going to help you with implementation of search filed with suggestions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_search_field

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

dependencies:
  text_search_field: ^0.0.4

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:text_search_field/text_search_field.dart';
3
likes
140
points
22
downloads

Publisher

verified publisherpresswink.com

Weekly Downloads

A dependency text search field widget for flutter which is going to help you with implementation of search filed with suggestions

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, touch_ripple_effect

More

Packages that depend on text_search_field