Skip to content

chore: bump livekit_components to 1.3.1 and livekit_client to 2.10.0 - #31

Merged
hiroshihorie merged 2 commits into
mainfrom
hiroshi/bump-sdk-deps
Aug 3, 2026
Merged

chore: bump livekit_components to 1.3.1 and livekit_client to 2.10.0#31
hiroshihorie merged 2 commits into
mainfrom
hiroshi/bump-sdk-deps

Conversation

@hiroshihorie

Copy link
Copy Markdown
Contributor

What

  • livekit_components: ^1.3.0^1.3.1
  • livekit_client: ^2.6.1^2.10.0
  • Exclude build/ from analysis, Xcode vendors Swift package checkouts there now that livekit_client ships Package.swift

Why

Components 1.3.0 pinned flutter_webrtc to exactly 1.2.1, which silently forced livekit_client down to 2.6.1 for this app even though much newer versions exist (livekit/components-flutter#49). Components 1.3.1 removed the flutter_webrtc dependency entirely, so resolution now follows livekit_client's own pin:

  • livekit_client 2.6.1 → 2.10.0
  • flutter_webrtc 1.2.1 → 1.6.0

This also picks up the Dart 3.13 compile fix from livekit_client 2.10.0. Without it, this app fails to compile on Flutter 3.47 (currently beta) with errors inside livekit_client.

Verification

  • flutter analyze clean
  • Builds on stable 3.44 and on 3.47 beta (Dart 3.13), which previously failed
  • The full stack was verified on-device on macOS during the SDK release work, including a live session with the homepage agent, in both CocoaPods and pure Swift Package Manager modes

Components 1.3.0 pinned flutter_webrtc exactly, which silently forced
livekit_client down to 2.6.1. Components 1.3.1 has no flutter_webrtc
dependency so resolution now follows livekit_client, currently 2.10.0
with flutter_webrtc 1.6.0. This also picks up the Dart 3.13 compile
fix, the app now builds on Flutter 3.47 beta.

Exclude build from analysis since Xcode vendors Swift package
checkouts there when Swift Package Manager is enabled.
…sions

Podfile.lock now pins livekit_client 2.10.0, flutter_webrtc 1.6.0 and
WebRTC-SDK 144.7559.09. The Xcode project changes are the standard
Flutter migration that lets the app build with Swift Package Manager
enabled, CocoaPods keeps working unchanged.
@hiroshihorie
hiroshihorie merged commit 9a1e0a2 into main Aug 3, 2026
3 checks passed
@hiroshihorie
hiroshihorie deleted the hiroshi/bump-sdk-deps branch August 3, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant