Isaac Yeang
Isaac Yeang
> I can get rid of the `MissingPluginException` error by following those instructions, but calling window_manager from a subwindow doesn't seem to do anything for me anymore. Like @Merrit, got...
> I managed to get it working on Windows with the following in flutter_window.cpp: > > * Imports > > ```c++ > #include "desktop_multi_window/desktop_multi_window_plugin.h" > #include > ``` > >...
@GangJust This was also encountered & solved by `769755893` and `lycstar` earlier in the thread Both of their solutions work great - 769755893's solution > `void WindowManagerPlugin::_EmitEvent(std::string eventName) { flutter::EncodableMap...
> Thanks for your reply. It works! And I am trying to sync state between main window and sub windows. In desktop_multi_window, there is only option for invoking method from...
Contrary to my prior comment, registering DesktopMultiWindowPlugin on sub-windows does make a difference When trying to send commands from sub to main window, MissingPluginException is thrown - recommendation: manually register...
Guessing from the title, would recommend checking existing thread https://github.com/MixinNetwork/flutter-plugins/issues/137
+1 on this My current workaround is to just use `player.screenshot()` or `player.screenshot(format: 'image/jpeg')` and save it into a .png file
Have only had this pop up once, but also got a similar error from Angle 
Integer division by 0 
Unable to create ANGLE EGL surface 