We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3ee5a commit 107cb87Copy full SHA for 107cb87
packages/powersync/pubspec.yaml
@@ -11,6 +11,9 @@ dependencies:
11
sdk: flutter
12
13
sqlite_async: ^0.8.1
14
+ # We only use sqlite3 as a transitive dependency,
15
+ # but right now we need a minimum of v2.4.5.
16
+ sqlite3: ">=2.4.5"
17
universal_io: ^2.0.0
18
sqlite3_flutter_libs: ^0.5.23
19
powersync_flutter_libs: ^0.2.2
@@ -30,7 +33,7 @@ dev_dependencies:
30
33
test: ^1.25.0
31
34
test_api: ^0.7.0
32
35
path_provider: ^2.0.13
- sqlite3: "^2.4.4"
36
+ sqlite3: "^2.4.5"
37
shelf: ^1.4.1
38
shelf_router: ^1.1.4
39
shelf_static: ^1.1.2
0 commit comments