Hello community it please has anyone encountered this error , and whats was the solution used get read of the error
What went wrong:
Execution failed for task ':flutter_inappwebview:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler output below.
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.Note: Recompile with -Xlint:deprecation for details.Note: Recompile with -Xlint:unchecked for details./opt/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.8.0/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java:22: error: cannot find symbol
import io.flutter.view.FlutterView;
^
symbol: class FlutterView
location: package io.flutter.view
/opt/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.8.0/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java:43: error: cannot find symbol
public PluginRegistry.Registrar registrar;
^
symbol: class Registrar
location: interface PluginRegistry
/opt/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.8.0/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java:51: error: cannot find symbol
public FlutterView flutterView;
^
symbol: class FlutterView
location: class InAppWebViewFlutterPlugin
/opt/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.8.0/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java:56: error: cannot find symbol
public static void registerWith(PluginRegistry.Registrar registrar) {
^
symbol: class Registrar
location: interface PluginRegistry
/opt/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.8.0/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java:76: error: cannot find symbol
private void onAttachedToEngine(Context applicationContext, BinaryMessenger messenger, Activity activity, PlatformViewRegistry platformViewRegistry, FlutterView flutterView) {
^
symbol: class FlutterView
location: class InAppWebViewFlutterPluginwarning: [options] source value 8 is obsolete and will be removed in a future releaseNote: Some input files use unchecked or unsafe operations.Note: Some input files use or override a deprecated API.warning: [options] target value 8 is obsolete and will be removed in a future release
5 errors
3 warnings
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights.
BUILD FAILED in 13m 48s
Gradle task assembleRelease failed with exit code 1