mirror of https://github.com/AMT-Cheif/drift.git
Raise minimum language version to 2.13
Drift uses generalized typdefs in generated code, which only became available in Dart 2.13.
This commit is contained in:
parent
39645f669c
commit
f8e7d2335a
|
@ -402,5 +402,5 @@ class _DriftBuildRun {
|
||||||
return buildStep.writeAsString(buildStep.allowedOutputs.single, code);
|
return buildStep.writeAsString(buildStep.allowedOutputs.single, code);
|
||||||
}
|
}
|
||||||
|
|
||||||
static final Version _minimalDartLanguageVersion = Version(2, 12, 0);
|
static final Version _minimalDartLanguageVersion = Version(2, 13, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue