feat(persistence): Use hard-coded drift versions.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-01-19 18:58:59 +05:30
committed by xsahil03x
parent c4ea134af7
commit 6054c30137
2 changed files with 216 additions and 109 deletions
@@ -10,7 +10,7 @@ environment:
flutter: ">=1.17.0"
dependencies:
drift: ^1.0.0
drift: 1.3.0
flutter:
sdk: flutter
logging: ^1.0.1
@@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.0.1
dart_code_metrics: ^4.4.0
drift_dev: ^1.0.0
drift_dev: 1.3.0
flutter_test:
sdk: flutter
mocktail: ^0.2.0