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