global_search_bar 1.0.1 copy "global_search_bar: ^1.0.1" to clipboard
global_search_bar: ^1.0.1 copied to clipboard

A highly customizable, generic search bar package for Flutter supporting network debounce, local filtering, search history, and text highlighting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add global_search_bar

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

dependencies:
  global_search_bar: ^1.0.1

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:global_search_bar/global_search_bar.dart';
4
likes
160
points
110
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable, generic search bar package for Flutter supporting network debounce, local filtering, search history, and text highlighting.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on global_search_bar