chore: Downgrade webrtc to fix iOS build

This commit is contained in:
Christian Pauly 2022-08-21 07:23:08 +02:00
parent 350c3fcc39
commit 184d62250b
2 changed files with 2 additions and 2 deletions

View file

@ -750,7 +750,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.9.2" version: "0.9.0"
frontend_server_client: frontend_server_client:
dependency: transitive dependency: transitive
description: description:

View file

@ -48,7 +48,7 @@ dependencies:
flutter_svg: ^0.22.0 flutter_svg: ^0.22.0
flutter_typeahead: ^4.0.0 flutter_typeahead: ^4.0.0
flutter_web_auth: ^0.4.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 future_loading_dialog: ^0.2.3
geolocator: ^7.6.2 geolocator: ^7.6.2
handy_window: ^0.1.6 handy_window: ^0.1.6