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
I am using
desktop_multi_window: 0.2.0
desktop_lifecycle: 0.1.1
I am getting error like below in Windows when I implemented in my project. When I run separately its working fine.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method broadcast on channel mixin.one/flutter_multi_window_channel)
[ ] #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
Can anyone explain? Tried everything.
Working well with MacOS. Not with Windows 11.
The text was updated successfully, but these errors were encountered:
Hello,
I am using
desktop_multi_window: 0.2.0
desktop_lifecycle: 0.1.1
I am getting error like below in Windows when I implemented in my project. When I run separately its working fine.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method broadcast on channel mixin.one/flutter_multi_window_channel)
[ ] #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
Can anyone explain? Tried everything.
Working well with MacOS. Not with Windows 11.
The text was updated successfully, but these errors were encountered: