Kingtous / rustdesk_desktop_multi_window

multi window lib repo for rustdesk.
https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_multi_window
Apache License 2.0
43 stars 38 forks source link

[Windows] Support Flutter 3.24 #22

Open letrungdo opened 2 months ago

letrungdo commented 2 months ago

Thanks for supporting this library. I really want to upgrade flutter to the latest version to use Webview on macOS. In Flutter 3.24.1 macOS works beyond expectations.

However, on Windows there are 2 issues:

  1. Sometimes when opening sub windows, only half of the UI is rendered, when resizing the screen, the UI is fully rendered
  2. When closing the sub window, the main window suddenly stops
Kingtous commented 2 months ago
  1. the render issue was already found and have no clue to solve it now.
  2. lets check what happens when the program crashes.