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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
3
likes
140
points
23
downloads

Publisher

verified publishermixin.dev

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter, path, sqlite3, sqlite3_flutter_libs

More

Packages that depend on fts5_simple