1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Update flutter_webrtc dependency

This commit is contained in:
Pierre HUBERT 2021-12-28 16:59:32 +01:00
parent 062abc5a03
commit 30494ff74a
2 changed files with 16 additions and 2 deletions

View File

@ -155,6 +155,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
dart_webrtc:
dependency: transitive
description:
name: dart_webrtc
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
dio:
dependency: "direct main"
description:
@ -330,7 +337,7 @@ packages:
name: flutter_webrtc
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.10+hotfix.1"
version: "0.8.0"
html:
dependency: "direct main"
description:
@ -875,6 +882,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
webrtc_interface:
dependency: transitive
description:
name: webrtc_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
win32:
dependency: transitive
description:

View File

@ -80,7 +80,7 @@ dependencies:
event_bus: ^2.0.0
# WebRTC calls
flutter_webrtc: ^0.6.3
flutter_webrtc: ^0.8.0
# Prevent phone from auto-locking during calls
wakelock: ^0.5.2