Skip to content

Change of yesterday is breaking flutter_webrtc #9

@itadminmynapse

Description

@itadminmynapse

../../../../../../../tools/flutter-sdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.8.4/lib/src/native/rtc_data_channel_impl.dart:16:7: Error: The non-abstract class 'RTCDataChannelNative' is missing implementations for these members:

  • RTCDataChannel.bufferedAmount
  • RTCDataChannel.id
    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 RTCDataChannelNative extends RTCDataChannel {
    ^^^^^^^^^^^^^^^^^^^^
    ../../../../../../../tools/flutter-sdk/flutter/.pub-cache/hosted/pub.dartlang.org/webrtc_interface-1.0.3/lib/src/rtc_data_channel.dart:79:12: Context: 'RTCDataChannel.bufferedAmount' is defined here.
    int? get bufferedAmount;
    ^^^^^^^^^^^^^^
    ../../../../../../../tools/flutter-sdk/flutter/.pub-cache/hosted/pub.dartlang.org/webrtc_interface-1.0.3/lib/src/rtc_data_channel.dart:74:12: Context: 'RTCDataChannel.id' is defined here.
    int? get id;
    ^^
    FAILURE: Build failed with an exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions