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
Using desktop_multi_window package crated a new window from a flutter windows application
and when created and opened new window with this browser component it fails with this error
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method initialize on channel io.jns.webview.win)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7)
Using desktop_multi_window package crated a new window from a flutter windows application
and when created and opened new window with this browser component it fails with this error
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method initialize on channel io.jns.webview.win)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7)
#1 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:518:43)
#2 WebviewController.initialize (package:webview_windows/src/webview.dart:172:11)
Any thing i missed or any suggestions.
The text was updated successfully, but these errors were encountered: