Skip to content

Commit 638d7b1

Browse files
committed
Added sqlite3 dep for example app to verify fix
1 parent cc6ba9d commit 638d7b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/common/amplify_db_common/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ dependencies:
1111
drift: ">=2.18.0 <2.19.0"
1212
flutter:
1313
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"
1418

1519
dev_dependencies:
1620
amplify_lints: ^2.0.0

0 commit comments

Comments
 (0)