From 638d7b1b45c1bf37334a6d2d71ae40bee43b9c88 Mon Sep 17 00:00:00 2001 From: Elijah Quartey Date: Thu, 24 Oct 2024 09:57:47 -0500 Subject: [PATCH] Added sqlite3 dep for example app to verify fix --- packages/common/amplify_db_common/example/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/common/amplify_db_common/example/pubspec.yaml b/packages/common/amplify_db_common/example/pubspec.yaml index 52a0bd554f..aee1e97d19 100644 --- a/packages/common/amplify_db_common/example/pubspec.yaml +++ b/packages/common/amplify_db_common/example/pubspec.yaml @@ -11,6 +11,10 @@ dependencies: drift: ">=2.18.0 <2.19.0" flutter: sdk: flutter + # Unused in example app, rather included to validate + # windows app will build when there is a downstream dependency on sqlite3 + # https://github.com/aws-amplify/amplify-flutter/issues/5477 + sqlite3: ">=2.0.0 <2.4.7" dev_dependencies: amplify_lints: ^2.0.0