A Plugin implementing android and iOS SDKs for Connect, a Mono-hosted authorisation flow that works seamlessly across browsers and devices to make gaining access to your user's accounts as easy as possible.
I got this error after installing and implementing the package. I have tried re-installing but error still persist. Can you please look into it. Thanks. Below are the error messages.
: Error: The getter 'JavaScriptMode' isn't defined for the class 'MonoWebViewState'.
mono_web_view.dart:73
'MonoWebViewState' is from 'package:mono_flutter/mono_web_view.dart' ('../../.pub-cache/hosted/pub.dev/mono_flutter-2.0.0/lib/mono_web_view.dart').
mono_web_view.dart:1
Try correcting the name to the name of an existing getter, or defining a getter or field named 'JavaScriptMode'.
..setJavaScriptMode(JavaScriptMode.unrestricted)
^^^^^^^^^^^^^^
: Error: The method 'WebViewWidget' isn't defined for the class 'MonoWebViewState'.
mono_web_view.dart:128
'MonoWebViewState' is from 'package:mono_flutter/mono_web_view.dart' ('../../.pub-cache/hosted/pub.dev/mono_flutter-2.0.0/lib/mono_web_view.dart').
mono_web_view.dart:1
Try correcting the name to the name of an existing method, or defining a method named 'WebViewWidget'.
child: WebViewWidget(
^^^^^^^^^^^^^
I got this error after installing and implementing the package. I have tried re-installing but error still persist. Can you please look into it. Thanks. Below are the error messages.
` : Error: Type 'JavaScriptMessage' not found. mono_web_view.dart:186 void _monoJavascriptChannel(JavaScriptMessage message) { ^^^^^^^^^^^^^^^^^ : Error: Couldn't find constructor 'WebViewController'. mono_web_view.dart:72 _webViewController = WebViewController() ^^^^^^^^^^^^^^^^^ : Error: Couldn't find constructor 'NavigationDelegate'. mono_web_view.dart:76 ..setNavigationDelegate(NavigationDelegate( ^^^^^^^^^^^^^^^^^^
: Error: The getter 'JavaScriptMode' isn't defined for the class 'MonoWebViewState'. mono_web_view.dart:73
'MonoWebViewState' is from 'package:mono_flutter/mono_web_view.dart' ('../../.pub-cache/hosted/pub.dev/mono_flutter-2.0.0/lib/mono_web_view.dart'). mono_web_view.dart:1 Try correcting the name to the name of an existing getter, or defining a getter or field named 'JavaScriptMode'.
..setJavaScriptMode(JavaScriptMode.unrestricted) ^^^^^^^^^^^^^^ : Error: The method 'WebViewWidget' isn't defined for the class 'MonoWebViewState'. mono_web_view.dart:128
: Error: 'JavaScriptMessage' isn't a type. mono_web_view.dart:186 void _monoJavascriptChannel(JavaScriptMessage message) { ^^^^^^^^^^^^^^^^^ `