Skip to content

Commit

Permalink
Added sqlite3 dep for example app to verify fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey committed Oct 24, 2024
1 parent cc6ba9d commit 638d7b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/common/amplify_db_common/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 638d7b1

Please sign in to comment.