window_manager
window_manager copied to clipboard
This plugin allows Flutter desktop apps to resizing and repositioning the window.
When using `TitleBarStyle.hidden` on Windows, the standard window border is missing on the top side. This breaks the visual consistency with native Windows apps, which usually have a thin accent-colored...
## Description The app crashes when attempting to hide the window using `windowManager.hide()` after registering a system-wide hotkey with `hotkey_manager`. The crash occurs specifically when toggling the window visibility with...
I'm using `await windowManager.setSize(const Size(960.0, 540.0));` in a integration test. When this call is made the test freezes forever. On Windows it works fine as expected.
When implementing a tray-based application with multi-window support, the main window's onWindowBlur event handler stops functioning after the following sequence: 1. Main window is active with working onWindowBlur 2. Main...
Adds a method for us to call `gtk_window_set_default_size` from Flutter. This is a Linux only API. This resolves issue #522
I see this a lot: ``` await windowManager.show(); await windowManager.focus(); ``` If you mouse over .show, it says: _Shows and gives focus to the window._ If that is true, why...
The setMinimumSize(), setMaximumSize(), and setAlwaysOnTop() methods from window_manager appear to have no effect when running under KDE Plasma with Wayland. However, the same functionality works correctly when implementing equivalent GTK...
The example from pub.dev listing does not run. Cut and paste it into a new file in a flutter project, and it has compile errors. It seems to be an...