json_text_search 0.0.1-beta.3 copy "json_text_search: ^0.0.1-beta.3" to clipboard
json_text_search: ^0.0.1-beta.3 copied to clipboard

A Dart full-text search (FTS) library that allows creation of inverted indexes on JSON collections and FTS querying of the same index.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_text_search

With Flutter:

 $ flutter pub add json_text_search

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

dependencies:
  json_text_search: ^0.0.1-beta.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_text_search/json_text_search.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publishergmconsult.dev

A Dart full-text search (FTS) library that allows creation of inverted indexes on JSON collections and FTS querying of the same index.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

text_indexing

More

Packages that depend on json_text_search