Description
after isntall the package i got following issue
/home/earbaj/.pub-cache/hosted/pub.dev/flutter_webrtc-0.13.1+hotfix.1/android/src/main/java/com/cloudwebrtc/webrtc/SurfaceTextureRenderer.java:118: error: <anonymous com.cloudwebrtc.webrtc.SurfaceTextureRenderer$1> is not abstract and does not override abstract method onSurfaceDestroyed() in Callback
new TextureRegistry.SurfaceProducer.Callback() {
^
/home/earbaj/.pub-cache/hosted/pub.dev/flutter_webrtc-0.13.1+hotfix.1/android/src/main/java/com/cloudwebrtc/webrtc/SurfaceTextureRenderer.java:119: error: method does not override or implement a method from a supertype
@OverRide
^
/home/earbaj/.pub-cache/hosted/pub.dev/flutter_webrtc-0.13.1+hotfix.1/android/src/main/java/com/cloudwebrtc/webrtc/SurfaceTextureRenderer.java:124: error: method does not override or implement a method from a supertype
@OverRide
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':flutter_webrtc:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
- Try:
Run with --info option to get more log output.
Run with --scan to get full insights.
BUILD FAILED in 19s
Error: Gradle task assembleDebug failed with exit code 1