Richard Ashcroft

Results 5 comments of Richard Ashcroft

Can someone please provide a complete example for Windows?

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 ``` - Code ```C++ RegisterPlugins(flutter_controller_->engine()); DesktopMultiWindowSetWindowCreatedCallback([](void *controller) { auto *flutter_view_controller =...

I am having the same issue as @CroatianHusky. Do we need to do any plugin cleanup in FlutterWindow::OnDestroy? Flutter 3.7.0-19.0.pre, on Microsoft Windows [Version 10.0.19045.2486]

For those still having trouble, I am no longer getting errors using [rustdesk_window_manager](https://github.com/Kingtous/rustdesk_window_manager) with [rustdesk_desktop_multi_window](https://github.com/Kingtous/rustdesk_desktop_multi_window) ``` window_manager: git: url: https://github.com/Kingtous/rustdesk_window_manager ref: 32b24c66151b72bba033ef8b954486aa9351d97b desktop_multi_window: git: url: https://github.com/Kingtous/rustdesk_desktop_multi_window ref: bc8604a88e52b2b6e64d2661ae49a71450a47af8 ```

@LucaCoduriV Yes, and follow the example usage at rustdesk_desktop_multi_window. You will need to look at how the sub window is closed in the main.dart. I have not tried transparency.