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 761baa4 commit b5fc3c9Copy full SHA for b5fc3c9
pubspec.yaml
@@ -3,7 +3,7 @@ description: High-performance asynchronous interface for SQLite on Dart and Flut
3
version: 0.7.0-alpha.3
4
repository: https://github.com/powersync-ja/sqlite_async.dart
5
environment:
6
- sdk: '>=3.2.0 <4.0.0'
+ sdk: ">=3.2.0 <4.0.0"
7
8
dependencies:
9
drift: ^2.15.0
@@ -13,7 +13,7 @@ dependencies:
13
# url: https://github.com/powersync-ja/drift.git
14
# ref: test # branch name
15
# path: drift
16
- sqlite3: '^2.3.0'
+ sqlite3: "^2.3.0"
17
js: ^0.6.3
18
async: ^2.10.0
19
collection: ^1.17.0
0 commit comments