一、window_manager 这个插件允许 Flutter 桌面应用调整窗口的大小和位置 地址:https://github.com/leanflutter/window_manager 二、win32 一个包,它使用FFI包装了一些最常见的Win32 API调用,使Dart代码可以访问这些调用,而不需要C编译器或Windows SDK 地址:https://github.com/dart-windows/win32 三、fluent_ui 在Flutter中实现Microsoft的WinUI 地址:https://github.com/bdlukaa/fluent_ui