app_wide_search 0.1.1 copy "app_wide_search: ^0.1.1" to clipboard
app_wide_search: ^0.1.1 copied to clipboard

A high-performance Flutter package for implementing app-wide search with grouped results, offline caching, and deep-link support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_wide_search

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

dependencies:
  app_wide_search: ^0.1.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:app_wide_search/app_wide_search.dart';
0
likes
160
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance Flutter package for implementing app-wide search with grouped results, offline caching, and deep-link support.

Repository (GitHub)
View/report issues

Topics

#search #ui #widget #navigation #offline

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, go_router, hive, hive_flutter, intl, json_annotation, path_provider, riverpod, riverpod_annotation

More

Packages that depend on app_wide_search