chore: disable webrtc on linux again

This commit is contained in:
Krille 2023-03-11 17:47:52 +01:00
parent 28dd1292f2
commit 7ce9612a88
4 changed files with 9 additions and 10 deletions

View file

@ -12,7 +12,6 @@
#include <emoji_picker_flutter/emoji_picker_flutter_plugin.h>
#include <file_selector_linux/file_selector_plugin.h>
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
#include <handy_window/handy_window_plugin.h>
#include <record_linux/record_linux_plugin.h>
#include <url_launcher_linux/url_launcher_plugin.h>
@ -36,9 +35,6 @@ void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin");
flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar);
g_autoptr(FlPluginRegistrar) flutter_webrtc_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterWebRTCPlugin");
flutter_web_r_t_c_plugin_register_with_registrar(flutter_webrtc_registrar);
g_autoptr(FlPluginRegistrar) handy_window_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "HandyWindowPlugin");
handy_window_plugin_register_with_registrar(handy_window_registrar);

View file

@ -9,7 +9,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
emoji_picker_flutter
file_selector_linux
flutter_secure_storage_linux
flutter_webrtc
handy_window
record_linux
url_launcher_linux

View file

@ -790,10 +790,11 @@ packages:
flutter_webrtc:
dependency: "direct main"
description:
name: flutter_webrtc
sha256: "4eacac1b49c65fd225ea69f41b3c28fae55c1f2caba6d5f21a6de2bd43e6dc02"
url: "https://pub.dev"
source: hosted
path: "."
ref: HEAD
resolved-ref: "5e634009ebbba856bfe2b825f7e5d59596ae1452"
url: "https://github.com/radzio-it/flutter-webrtc.git"
source: git
version: "0.9.24"
fuchsia_remote_debug_protocol:
dependency: transitive

View file

@ -154,6 +154,9 @@ dependency_overrides:
git:
url: https://gitlab.com/TheOneWithTheBraid/flutter_secure_storage_windows.git
ref: main
# Because of https://github.com/flutter-webrtc/flutter-webrtc/issues/1212
flutter_webrtc:
git: https://github.com/radzio-it/flutter-webrtc.git
geolocator_android:
hosted:
name: geolocator_android
@ -163,4 +166,4 @@ dependency_overrides:
keyboard_shortcuts:
git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
ref: null-safety
ref: null-safety