sqlite3_simple 1.0.0 copy "sqlite3_simple: ^1.0.0" to clipboard
sqlite3_simple: ^1.0.0 copied to clipboard

基于 Simple (支持中文和拼音的 SQLite fts5 全文搜索扩展) 和 sqlite3.dart 的 Flutter 库,用于 SQLite 中文和拼音全文搜索。

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite3_simple

With Flutter:

 $ flutter pub add sqlite3_simple

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

dependencies:
  sqlite3_simple: ^1.0.0

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:sqlite3_simple/sqlite3_simple.dart';
0
likes
0
pub points
21%
popularity

Publisher

unverified uploader

基于 Simple (支持中文和拼音的 SQLite fts5 全文搜索扩展) 和 sqlite3.dart 的 Flutter 库,用于 SQLite 中文和拼音全文搜索。

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, plugin_platform_interface, sqlite3

More

Packages that depend on sqlite3_simple