-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpubspec.yaml
48 lines (43 loc) · 911 Bytes
/
pubspec.yaml
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
43
44
45
46
47
48
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
version: 2.7.6
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
environment:
sdk: '>=3.5.0 <4.0.0'
# This package supports all platforms listed below.
platforms:
android:
ios:
linux:
macos:
web:
windows:
topics:
- sql
- database
- ffi
- sqlite
dependencies:
collection: ^1.15.0
ffi: '>=1.2.1 <3.0.0'
meta: ^1.3.0
path: ^1.8.0
web: ^1.0.0
typed_data: ^1.3.2
dev_dependencies:
analyzer: ^7.3.0
build_daemon: ^4.0.0
build_runner: ^2.1.7
build_web_compilers: ^4.0.3
dart_style: ^3.0.1
ffigen: ^18.1.0
http: ^1.2.1
lints: ^5.0.0
shelf: ^1.4.0
shelf_proxy: ^1.0.2
shelf_static: ^1.1.0
stream_channel: ^2.1.0
test: ^1.17.0
test_descriptor: ^2.0.0
pub_semver: ^2.1.5