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
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:11: error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry.Registrar;
^
symbol: class Registrar
location: interface PluginRegistry
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:12: error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry.ViewDestroyListener;
^
symbol: class ViewDestroyListener
location: interface PluginRegistry
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:13: error: cannot find symbol
import io.flutter.view.FlutterNativeView;
^
symbol: class FlutterNativeView
location: package io.flutter.view
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:21: error: cannot find symbol
public static void registerWith(Registrar registrar) {
^
symbol: class Registrar
location: class FlutterWebBrowserPlugin
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:28: error: cannot find symbol
new ViewDestroyListener() {
^
symbol: class ViewDestroyListener
location: class FlutterWebBrowserPlugin
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:30: error: cannot find symbol
public boolean onViewDestroy(FlutterNativeView view) {
^
symbol: class FlutterNativeView
C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\FlutterWebBrowserPlugin.java:29: error: method does not override or implement a method from a supertype
@Override
^
Note: C:\Users\Iqmal\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_web_browser-0.17.2\android\src\main\java\dev\vbonnet\flutterwebbrowser\MethodCallHandlerImpl.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
Error when compiling app
Flutter version
The text was updated successfully, but these errors were encountered: