From f8052c9cae4b022d9d3d0cbe9ae8fddea911fbaf Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 17 Feb 2023 18:28:18 +0100 Subject: [PATCH] chore: Update matrix package to 0.17.0 --- lib/utils/voip_plugin.dart | 4 ---- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/utils/voip_plugin.dart b/lib/utils/voip_plugin.dart index 2accf7a2..1f996856 100644 --- a/lib/utils/voip_plugin.dart +++ b/lib/utils/voip_plugin.dart @@ -98,10 +98,6 @@ class VoipPlugin with WidgetsBindingObserver implements WebRTCDelegate { @override MediaDevices get mediaDevices => webrtc_impl.navigator.mediaDevices; - @override - // remove this from sdk once callkeep is stable - bool get isBackgroud => false; - @override bool get isWeb => kIsWeb; diff --git a/pubspec.lock b/pubspec.lock index 8e0342f2..d247e933 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1139,10 +1139,10 @@ packages: dependency: "direct main" description: name: matrix - sha256: "4c69e3e6fb75703b8dec9cde5196bfc46c8f54ea7301681624fdb590b34852b8" + sha256: cc9cf87682d36c814a7c7fba4dfcb13caf33a0f3ef81f9a824a667415c009a60 url: "https://pub.dev" source: hosted - version: "0.15.13" + version: "0.17.0" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e3273c85..4ab38c39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -59,7 +59,7 @@ dependencies: just_audio_mpv: ^0.1.6 keyboard_shortcuts: ^0.1.4 latlong2: ^0.8.1 - matrix: ^0.15.12 + matrix: ^0.17.0 matrix_homeserver_recommendations: ^0.3.0 matrix_link_text: ^1.0.2 native_imaging: ^0.1.0