Allow latest sqlite3 in encryption sample

This commit is contained in:
Simon Binder 2023-06-04 22:11:56 +02:00
parent 9f2405be26
commit 61c641001a
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies:
sdk: flutter
path_provider: ^2.0.11
path: ^1.8.1
sqlite3: ^1.8.0
sqlite3: '>=1.8.0 <3.0.0'
dev_dependencies:
flutter_test: