fts5_simple 0.0.1 copy "fts5_simple: ^0.0.1" to clipboard
fts5_simple: ^0.0.1 copied to clipboard

A flutter plugin wrapper for Simple tokenizer (https://github.com/wangfenjin/simple), improve your fts5 search for Chinese.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fts5_simple

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

dependencies:
  fts5_simple: ^0.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:fts5_simple/fts5_simple.dart';
3
likes
120
pub points
0%
popularity

Publisher

verified publishermixin.dev

A flutter plugin wrapper for Simple tokenizer (https://github.com/wangfenjin/simple), improve your fts5 search for Chinese.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

ffi, flutter, path, sqlite3, sqlite3_flutter_libs

More

Packages that depend on fts5_simple