From c6e91d990481bbe386e44aa91d728058d818fcd2 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 21 Jul 2021 16:22:49 +0200 Subject: [PATCH] chore: Update SDK --- lib/main.dart | 1 + pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 37402c449..9faf985ad 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -51,6 +51,7 @@ void main() async { AuthenticationTypes.password, if (PlatformInfos.isMobile || PlatformInfos.isWeb) AuthenticationTypes.sso }, + compute: compute, ); if (PlatformInfos.isMobile) { diff --git a/pubspec.lock b/pubspec.lock index cc781fab8..8c2a1a830 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -647,7 +647,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.1.9" + version: "0.1.10" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c4b9fd1b8..a8544cdd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,7 @@ dependencies: intl: any localstorage: ^4.0.0+1 lottie: ^1.1.0 - matrix: ^0.1.9 + matrix: ^0.1.10 native_imaging: git: url: https://gitlab.com/famedly/libraries/native_imaging.git