json_text_search

A Dart full-text search (FTS) library that provides utility classes for querying an inverted positional index for a JSON collection.

THIS PACKAGE IS PRE-RELEASE, IN ACTIVE DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES.

Install

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  json_text_search: <latest version>

In your code file add the following import:

import 'package:json_text_search/json_text_search.dart';

Usage

Examples

Examples are provided.

Issues

If you find a bug please fill an issue.

This project is a supporting package for a revenue project that has priority call on resources, so please be patient if we don't respond immediately to issues or pull requests.

References

Libraries

A Dart full-text search (FTS) library that provides utility classes for querying an inverted positional index for a JSON collection.