Merge branch 'td/bumpdart' into 'main'

chore: bump flutter and dart images

See merge request famedly/company/frontend/famedlysdk!1232
This commit is contained in:
Nicolas Werner 2023-02-01 09:44:16 +00:00
commit ed333c4b7b
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ workflow:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
FLUTTER_IMAGE_TAG: "3.3.10"
DART_IMAGE_TAG: "2.18.6"
FLUTTER_IMAGE_TAG: "3.7.0"
DART_IMAGE_TAG: "2.19.0"
coverage:
stage: test

View File

@ -57,7 +57,7 @@ Future<void> startWebWorker() async {
sendResponse(operation.label as double, result?.toJson());
break;
default:
throw NullThrownError();
throw TypeError();
}
} on Event catch (e, s) {
allowInterop(_replyError)