Skip to content

chore(deps): bump flutter_webrtc from 1.5.0 to 1.5.1#1114

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_webrtc-1.5.1
Closed

chore(deps): bump flutter_webrtc from 1.5.0 to 1.5.1#1114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_webrtc-1.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps flutter_webrtc from 1.5.0 to 1.5.1.

Release notes

Sourced from flutter_webrtc's releases.

v1.5.1

What's Changed

  • [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 plus 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).

Full Changelog: flutter-webrtc/flutter-webrtc@v1.5.0...v1.5.1

Changelog

Sourced from flutter_webrtc's changelog.

Changelog

[Unreleased]

[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).
  • [iOS/macOS] feat: allow embedders to own audio session management (#2069).
  • [Android] feat: expose the peer connection factory to embedders (#2077).
  • [Android] chore: support AGP 9 built-in Kotlin; apply KGP only when built-in Kotlin is inactive (#2075).
  • [Windows/Linux] fix: map echoCancellation/noiseSuppression/autoGainControl constraints to RTCAudioOptions (#2068).
  • [Android] fix: screen capture rotation (#2055) and rotation after orientation changes (#2048).
  • [Android] fix: prevent CameraAccessException on concurrent video calls (#2013).
  • [Android] fix: tolerate Qualcomm/Hisi encoders in VideoFileRenderer (#2030) and guard muxer writes against invalid sample buffers (#2031).
  • [Android] fix: IllegalStateException when the app is swipe-killed during a session (#2033).
  • [iOS] fix: audio session output port override for speaker toggle (#1941).
  • [Dart] fix: handling of KeyDerivationAlgorithm option (#2049).
  • [Windows/Linux] chore: drive prebuilt libwebrtc download from third_party/libwebrtc_version.ini (#2061).
  • [Darwin/Android] chore: bump WebRTC-SDK to 144.7559.09 (#2078).
  • [Windows/Linux] chore: bump prebuilt libwebrtc to m144.7559.09 (#2078).

[1.4.1] -2026-03-24

  • [Dart] fixed scalabilityMode (#2022).
  • [Windows/Linux] sanitize UTF-8 for device strings before platform messages(#2021)

[1.4.0] -2026-03-17

  • [macOS]: use ScreenCaptureKit for screen capture (fallback to RTCDesktopCapturer) by @​EnterDevelopers in (#1991)
  • [libwebrtc]: bump version for libwebrtc to m144.
  • [Win/Linux]: DataPacketCryptor for win/linux.

[1.3.1] - 2026-02-25

  • [iOS/macOS] chore: bump webrtc to v137.7151.12.
  • [Android] fix: avoid Turkish locale issue in DegradationPreference.valueOf (#2002)
  • [macOS] Refresh screen capture sources & permission check (#1977)
  • [macOS] fix(macos): use CoreAudio ADM to prevent screen share crash (#1990)

[1.3.0] - 2026-01-26

... (truncated)

Commits
  • 7541f3c v1.5.1 (#2087)
  • 701ca06 fix(android): recreate texture surface when frame size changes (#2085)
  • 87f93af chore(android): bump audioswitch to 039a35ae (#2084)
  • 3360209 feat(android): add fullScreenOnly option to requestCapturePermission (force e...
  • c5e151e fix: call SetRecordingDevice(0) when no sourceId is supplied (#2072)
  • See full diff 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.5.0 to 1.5.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.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: flutter_webrtc
  dependency-version: 1.5.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 Jun 18, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like flutter_webrtc is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot dependabot Bot deleted the dependabot/pub/flutter_webrtc-1.5.1 branch June 18, 2026 23:34
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