auto_search 1.0.6 copy "auto_search: ^1.0.6" to clipboard
auto_search: ^1.0.6 copied to clipboard

A simple Auto Search Text Field to spice up your projects. This package would help incorporate such a feature with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_search

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

dependencies:
  auto_search: ^1.0.6

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:auto_search/auto_search.dart';
40
likes
40
pub points
56%
popularity

Publisher

unverified uploader

A simple Auto Search Text Field to spice up your projects. This package would help incorporate such a feature with ease.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on auto_search