Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Error: The non-abstract class 'RTCVideoRenderer' is missing implementations for these members: - VideoRenderer.videoValue #4

@vishalwork

Description

@vishalwork

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions