From b1e9303c61eade2e2c61b5af815fe4ead702d81e Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Tue, 8 Sep 2026 22:23:27 +0800 Subject: [PATCH] fix: Hotfix for flutter-webrtc 1.6.2. --- .changes/hotfix-for-flutter-webrtc-1.6.2 | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changes/hotfix-for-flutter-webrtc-1.6.2 diff --git a/.changes/hotfix-for-flutter-webrtc-1.6.2 b/.changes/hotfix-for-flutter-webrtc-1.6.2 new file mode 100644 index 000000000..078c6e3ba --- /dev/null +++ b/.changes/hotfix-for-flutter-webrtc-1.6.2 @@ -0,0 +1 @@ +minor type="changed" "Bump flutter-webrtc to 1.6.2+hotfix.1, fixed crash on Linux/Windows and fix resource leak by releasing event channel on Darwin" \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 60c63f646..7ef88b50e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,7 +54,7 @@ dependencies: json_annotation: ^4.12.0 # Fix version to avoid version conflicts between WebRTC-SDK pods, which both this package and flutter_webrtc depend on. - flutter_webrtc: 1.6.2 + flutter_webrtc: 1.6.2+hotfix.1 dart_webrtc: ^1.8.0 dev_dependencies: