d60edcf45f355bd75dee7419edfd1b1a99f3426d
_RemoteVideoView and _LocalVideoPip watched the Riverpod provider but not the LiveKit Room's ChangeNotifier. When a remote participant joined or published a track, notifyListeners() fired but no widget rebuilt. Fix: wrap both views in ListenableBuilder(listenable: room) so they rebuild on every Room event (participant connect, track subscribe, etc). Added _AudioOnlyPlaceholder for when remote has audio but no video. 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%