From 244deb7f9739daaac1e243e24b0b2b3b74032704 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:37:14 +0800 Subject: [PATCH] Bump flutter_webrtc to 1.6.2+hotfix.2 Picks up the Darwin fix that releases the peer connection event channel handlers on dispose instead of close, which removes the MissingPluginException for cancel on FlutterWebRTC/peerConnectionEvent seen on every full reconnect, plus the Android data channel handler cleanup and the Windows and Linux disposal crash fix. The WebRTC-SDK pod pin is unchanged at 150.7871.01 on both sides. The lock file was still resolving 1.6.0 and now follows the pubspec. --- .changes/bump-flutter-webrtc-1.6.2-hotfix.2 | 1 + pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changes/bump-flutter-webrtc-1.6.2-hotfix.2 diff --git a/.changes/bump-flutter-webrtc-1.6.2-hotfix.2 b/.changes/bump-flutter-webrtc-1.6.2-hotfix.2 new file mode 100644 index 000000000..9d56b5175 --- /dev/null +++ b/.changes/bump-flutter-webrtc-1.6.2-hotfix.2 @@ -0,0 +1 @@ +patch type="changed" "Bump flutter_webrtc to 1.6.2+hotfix.2" diff --git a/pubspec.lock b/pubspec.lock index b43f6672f..02e29b169 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -284,10 +284,10 @@ packages: dependency: "direct main" description: name: flutter_webrtc - sha256: e997161d7da3adedd3d430691b20931b0b4d96fa48bb60938d9ba0bf6fca98be + sha256: "32bff0d3c6b4dbf2c6d0b1b1f2423c97905259a7013413c700628003c3d2587a" url: "https://pub.dev" source: hosted - version: "1.6.0" + version: "1.6.2+hotfix.2" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7ef88b50e..03d7c05af 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+hotfix.1 + flutter_webrtc: 1.6.2+hotfix.2 dart_webrtc: ^1.8.0 dev_dependencies: