-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (37 loc) · 1.05 KB
/
pubspec.yaml
File metadata and controls
42 lines (37 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: sqlite3_simple
description: "基于 Simple (支持中文和拼音的 SQLite fts5 全文搜索扩展) 和 sqlite3.dart 的 Flutter 库,用于 SQLite 中文和拼音全文搜索。"
version: 2.0.0
homepage: https://github.com/SageMik
repository: https://github.com/SageMik/sqlite3_simple
environment:
sdk: '>=3.10.0 <4.0.0'
flutter: '>=3.38.0'
dependencies:
flutter:
sdk: flutter
path: ^1.9.0
plugin_platform_interface: ^2.0.2
sqlite3: ^3.0.0
archive: ^3.4.10
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: io.github.sagemik.sqlite3_simple
ffiPlugin: true
ios:
pluginClass: Sqlite3SimplePlugin
sharedDarwinSource: true # https://docs.flutter.cn/packages-and-plugins/developing-packages#shared-ios-and-macos-implementations
windows:
ffiPlugin: true
macos:
pluginClass: Sqlite3SimplePlugin
sharedDarwinSource: true
linux:
ffiPlugin: true
assets:
- assets/cpp_jieba_dict/