41accdba8156ad772056d060be6bae8008ecb729
_RemoteVideoView watched liveKitServiceProvider which returns the same keepAlive instance. When activeRoom was set after connecting, Riverpod didn't detect the field change so the widget stayed on the null path. Fix: also watch callControllerProvider — when state transitions from Connecting to Active, the widget rebuilds and finds activeRoom non-null, then ListenableBuilder takes over for participant/track changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
m8chat_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Description
Languages
Dart
98%
HTML
1.4%
Swift
0.5%