window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

This plugin allows Flutter desktop apps to resizing and repositioning the window.

Results 136 window_manager issues
Sort by recently updated
recently updated
newest added

I have just started with window_manager. WindowManager.show() must show a window but not thing shows up when I do this in the main function: ``` WidgetsFlutterBinding.ensureInitialized(); await windowManager.ensureInitialized(); WindowOptions windowOptions...

Sometimes macOS is crashing on init or on change size. This is preventing our release right now. window_manger: 0.3.4 [log.txt](https://github.com/leanflutter/window_manager/files/11806106/log.txt)

please add a new function to get the window handle

I'm making an app for macOS. I need to run the app at once in the full screen. Then I use Hot restart - app is freezing. If I make...

Hi, I have your plugin in my application. I have `windowManager.setPreventClose(true);` in my main.dart Then I have ``` @override Future onWindowClose() async { if(await windowManager.isPreventClose()) { logger.info("MainPage", "OnWindowClose called >...

platform-macos

This is a continuation of #308. Calling `setProgressBar` with values `> 1` doesn't actually change the progress bar below the icon to an indeterminate state. This is what it looks...

platform-windows

**Issue brief** alwaysontop and fullscreen properties don't work together (refer screenshot) **Current behaviour** The window stays on top but shows the bottom task bar and top menu bar of operating...

when i want to use window_manager package in my flutter app in ubuntu 22.04 os, i got this message: `Lost connection to device.` and suddenly the opened app windows close!...

Can't you see the motionless image of the thin video, which is about 2 pixels at the bottom of the monitor? This is because of the phenomenon in which the...