You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Describe the bug
flutter_webrtc-0.9.48+hotfix.1/lib/src/native/rtc_video_renderer_impl.dart:11:7: Error: The non-abstract class 'RTCVideoRenderer' is missing implementations for these members:
VideoRenderer.videoValue
Try to either
provide an implementation,
inherit an implementation from a superclass or mixin,
mark the class as abstract, or
provide a 'noSuchMethod' implementation.
class RTCVideoRenderer extends ValueNotifier
^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.2.1/lib/src/rtc_video_renderer.dart:57:21: Context: 'VideoRenderer.videoValue' is defined here.
RTCVideoValue get videoValue;
^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
To Reproduce
Clear cache and reinstall. [07-02-2025] Today
Expected behavior
Additional context
Add any other context about the problem here.
Describe the bug
flutter_webrtc-0.9.48+hotfix.1/lib/src/native/rtc_video_renderer_impl.dart:11:7: Error: The non-abstract class 'RTCVideoRenderer' is missing implementations for these members:
Try to either
class RTCVideoRenderer extends ValueNotifier
^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.2.1/lib/src/rtc_video_renderer.dart:57:21: Context: 'VideoRenderer.videoValue' is defined here.
RTCVideoValue get videoValue;
^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
To Reproduce
Clear cache and reinstall. [07-02-2025] Today
Expected behavior
Additional context
Add any other context about the problem here.