mirror of https://github.com/AMT-Cheif/drift.git
Consequently upgrade dev version to 4.0.0
This commit is contained in:
parent
47b8989318
commit
42ba773422
|
@ -7,7 +7,7 @@ environment:
|
|||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
moor: ^3.0.0
|
||||
moor: ^4.0.0-nullsafety.0
|
||||
sqflite_sqlcipher: ^2.0.0-nullsafety
|
||||
|
||||
dependency_overrides:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: moor
|
||||
description: Moor is a safe and reactive persistence library for Dart applications
|
||||
version: 3.5.0-dev
|
||||
version: 4.0.0-nullsafety.0
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://moor.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
|
|
@ -9,7 +9,7 @@ environment:
|
|||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
moor: ^3.0.0
|
||||
moor: ^4.0.0-nullsafety
|
||||
sqflite: '>=2.0.0-nullsafety <3.0.0'
|
||||
path: '>1.8.0-nullsafety <2.0.0'
|
||||
flutter:
|
||||
|
|
|
@ -95,6 +95,8 @@ class BuildBackendTask extends BackendTask {
|
|||
if (isLastTry) rethrow;
|
||||
}
|
||||
}
|
||||
|
||||
throw AssertionError('Unreachable, we rethrow in the last iteration');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: moor_generator
|
||||
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
||||
version: 3.4.0
|
||||
version: 4.0.0-dev
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://moor.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
|
Loading…
Reference in New Issue