material_search_bar 1.0.0 copy "material_search_bar: ^1.0.0" to clipboard
material_search_bar: ^1.0.0 copied to clipboard

A materialistic and feature packed search bar with a Trie implementation for efficient autocorrect. Made by Christopher Gong and Ankush Vangari.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_search_bar

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

dependencies:
  material_search_bar: ^1.0.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:material_search_bar/material_search_bar.dart';
0
likes
30
pub points
61%
popularity

Publisher

unverified uploader

A materialistic and feature packed search bar with a Trie implementation for efficient autocorrect. Made by Christopher Gong and Ankush Vangari.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, trie

More

Packages that depend on material_search_bar