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 cc6ba9d commit 638d7b1Copy full SHA for 638d7b1
packages/common/amplify_db_common/example/pubspec.yaml
@@ -11,6 +11,10 @@ dependencies:
11
drift: ">=2.18.0 <2.19.0"
12
flutter:
13
sdk: flutter
14
+ # Unused in example app, rather included to validate
15
+ # windows app will build when there is a downstream dependency on sqlite3
16
+ # https://github.com/aws-amplify/amplify-flutter/issues/5477
17
+ sqlite3: ">=2.0.0 <2.4.7"
18
19
dev_dependencies:
20
amplify_lints: ^2.0.0
0 commit comments