chore: bump flutter and dart images
This commit is contained in:
parent
dc444538bf
commit
ff66337773
|
|
@ -10,8 +10,8 @@ workflow:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FLUTTER_IMAGE_TAG: "3.3.10"
|
FLUTTER_IMAGE_TAG: "3.7.0"
|
||||||
DART_IMAGE_TAG: "2.18.6"
|
DART_IMAGE_TAG: "2.19.0"
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ Future<void> startWebWorker() async {
|
||||||
sendResponse(operation.label as double, result?.toJson());
|
sendResponse(operation.label as double, result?.toJson());
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw NullThrownError();
|
throw TypeError();
|
||||||
}
|
}
|
||||||
} on Event catch (e, s) {
|
} on Event catch (e, s) {
|
||||||
allowInterop(_replyError)
|
allowInterop(_replyError)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue