From 184d62250b833708bf14902e14414ec9877b6fac Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 21 Aug 2022 07:23:08 +0200 Subject: [PATCH] chore: Downgrade webrtc to fix iOS build --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 233b668d..82dacb50 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -750,7 +750,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.2" + version: "0.9.0" frontend_server_client: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 955019af..ecf3129c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,7 @@ dependencies: flutter_svg: ^0.22.0 flutter_typeahead: ^4.0.0 flutter_web_auth: ^0.4.0 - flutter_webrtc: ^0.9.2 + flutter_webrtc: 0.9.0 # Higher fails to build on iOS https://github.com/flutter-webrtc/flutter-webrtc/issues/1054 future_loading_dialog: ^0.2.3 geolocator: ^7.6.2 handy_window: ^0.1.6