mirror of https://github.com/AMT-Cheif/drift.git
Allow latest sqlite3 in encryption sample
This commit is contained in:
parent
9f2405be26
commit
61c641001a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue