sqlite3_simple 1.0.2 sqlite3_simple: ^1.0.2 copied to clipboard
基于 Simple (支持中文和拼音的 SQLite fts5 全文搜索扩展) 和 sqlite3.dart 的 Flutter 库,用于 SQLite 中文和拼音全文搜索。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sqlite3_simple
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sqlite3_simple: ^1.0.2
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:sqlite3_simple/sqlite3_simple.dart';