desktop_window icon indicating copy to clipboard operation
desktop_window copied to clipboard

Flutter plugin for Flutter desktop(macOS/Linux/Windows) to change window size.

Results 21 desktop_window issues
Sort by recently updated
recently updated
newest added

After Updating Flutter to 2.2.2 on MacOS I receive a "MainWindow not found" message from the Future of the function "setMinWindowSize". I'm running the application on MacOS 10.15.6

stayOnTop is inconsistent across operating systems. On macOS it lets a window stay onTop of the parent window, but on linux and windows it pins a window at the top...

I keep getting this error, but I have 3.16.2 but it keeps throwing me this build error. [ +123 ms] executing: [/home/wildone/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [...

Add full screen without system default top bar on Windows.

How to set it to full screen?

setMinWindowSize not working after toggleFullScreen

Presently the plugin only supports Desktop platforms (macos, linux and windows). When compiling a project that depends on desktop_window for mobile platform (android and ios), compilation will always fail as...

I tried both this package and `window_size` of `flutter-desktop-embedding`. They are all first show the initial default sized window, then resize or move it. So a window blink will still...