Skip to content

chore(deps): bump flutter_webrtc from 1.6.0 to 1.6.2+hotfix.1 - #1195

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_webrtc-1.6.2hotfix.1
Open

chore(deps): bump flutter_webrtc from 1.6.0 to 1.6.2+hotfix.1#1195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_webrtc-1.6.2hotfix.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps flutter_webrtc from 1.6.0 to 1.6.2+hotfix.1.

Release notes

Sourced from flutter_webrtc's releases.

v1.6.2+hotfix.1

What's Changed

New Contributors

Full Changelog: flutter-webrtc/flutter-webrtc@v1.6.2...v1.6.2+hotfix.1

v1.6.1

What's Changed

Full Changelog: flutter-webrtc/flutter-webrtc@v1.6.0...v1.6.1

Changelog

Sourced from flutter_webrtc's changelog.

Changelog

[1.6.2+hotfix.1] - 2026-09-08

  • [Windows/Linux] fix(crash): Do not access the WebRTC API before calling EnsureWebRTCInitialized (#2169)

[1.6.2] - 2026-09-07

  • [Darwin/Android/Windows/Linux] Add WARP support.

[1.6.1] - 2026-09-01

  • [Darwin/Android/Windows/Linux] feat: upgrade libwebrtc to 150.7871.01.

[1.6.0+hotfix.1] - 2026-08-21

  • [Darwin] fix: bump Webrtc.xcframework to 144.7559.10 to fix the regression.

[1.6.0] - 2026-07-29

  • [Darwin] feat: Swift Package Manager support. Apps with Flutter's SPM integration enabled consume the plugin as a Swift package automatically; CocoaPods remains fully supported (#2062).
  • [iOS] fix: replace the private RPSystemBroadcastPickerView buttonPressed: selector with public UIKit APIs, App Store review rejected binaries containing it (#2121).
  • [Darwin/Android] fix: serialize data channel eventSink/eventQueue access between the WebRTC signaling thread and the platform thread. On iOS the unsynchronized access could crash with EXC_BAD_ACCESS in objc_retain inside -[RTCDataChannel(Flutter) onListenWithArguments:eventSink:] (#2118).
  • [Darwin] feat: expose the audio device module's microphone mute mode (Helper.setMicrophoneMuteMode / Helper.getMicrophoneMuteMode). voiceProcessing (the default) plays the platform mute tone on mute/unmute; inputMixer and restartEngine mute silently (#2098, #2105).
  • [Darwin/Android] feat: add ADM-level microphone mute (Helper.setMicrophoneMuted / Helper.isMicrophoneMuted), independent of MediaStreamTrack.enabled (#2105).
  • [iOS/macOS] feat: RTCVideoPlatformView.placeholderBuilder to show a widget until the first frame renders (#2102).
  • [Android] feat: option to disable the built-in hardware AEC/NS (#2104).
  • [Android] feat: expose getStreamForId to embedders (#2109).
  • [Android] fix: stop-time deadlock/ANR in OrientationAwareScreenCapturer (#2092).
  • [Android] fix: NPE in setFocusPoint/setExposurePoint when the orientation cache was never populated (#2113).
  • [Darwin] fix: create the parent directory before captureFrame writes the image file (#2090).

[1.5.2] - 2026-06-20

  • [Android] expose the internally managed audio device module to embedders (#2099).
  • [Windows] fix libwebrtc extraction when the plugin is loaded through a symlink (#2100).

[1.5.1] - 2026-06-14

  • [Android] fix: recreate the texture surface when the incoming frame size changes, so simulcast layer upgrades no longer stay blurry (#2085).
  • [Android] chore: bump audioswitch to 039a35ae, aligning with the LiveKit Android SDK (Communication Device API support, wired headset and Bluetooth fixes) (#2084).
  • [Android] feat: add fullScreenOnly option to requestCapturePermission to force entire-screen capture on API 34+ (#2079).
  • [Darwin] fix: call SetRecordingDevice(0) when no sourceId is supplied (#2072).

[1.5.0] - 2026-06-12

  • [iOS/macOS] feat: enable platform rendering (RTCVideoPlatFormView) on macOS, with a shared Darwin implementation (#2058).
  • [iOS/macOS] feat: use the AVAudioEngine audio device module on both platforms, enabling Apple platform voice processing (AEC/NS/AGC) and the audio processing options API on macOS (#2009, #2082).
  • [Windows] feat: loopback capture for application and desktop audio (#2060).

... (truncated)

Commits
  • e590134 release: 1.6.2. (#2165)
  • 81c7c3e feat: Add zeroPlayoutDelay and WARP options for WebRTC.initialize. (#2159)
  • 1b46f11 fix(desktop): resolve remote tracks by id so setVolume reaches them (#2160)
  • 456354f feat: upgrade libwebrtc to m150. (#2154)
  • fa2240e fix: bump Webrtc.xcframework to 144.7559.10 to fix the regression. (#2158)
  • f66fcb5 fix(windows): don't unregister event channel handlers after engine teardown (...
  • 3146671 Fix Android example Gradle wrapper for current Flutter toolchain (#2150)
  • 3007eb3 perf(windows): run AddTransceiver/AddTrack off the platform thread (#2145)
  • b836148 feat(desktop): support the getDisplayMedia "cursor" constraint (#2144)
  • ba30ba2 fix(desktop): sanitize screen/window names before sending them to Flutter (#2...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_webrtc](https://github.com/cloudwebrtc/flutter-webrtc) from 1.6.0 to 1.6.2+hotfix.1.
- [Release notes](https://github.com/cloudwebrtc/flutter-webrtc/releases)
- [Changelog](https://github.com/flutter-webrtc/flutter-webrtc/blob/main/CHANGELOG.md)
- [Commits](flutter-webrtc/flutter-webrtc@v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: flutter_webrtc
  dependency-version: 1.6.2+hotfix.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Sep 10, 2026
@dependabot dependabot Bot added the dart Pull requests that update dart code label Sep 10, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants