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

Is there any solution in Flutter to prevent screen recording of contents inside the App like Electron's [win.setContentProtection(true);](https://www.electronjs.org/docs/latest/api/browser-window#winsetcontentprotectionenable-macos-windows) equivalent

Tried to use together with: show() setAlwaysOnTop(true) waitUntilReadyToShow() Nothing helps, any ideas that could help?

This parameter is never used: https://github.com/leanflutter/window_manager/blob/main/lib/src/widgets/window_caption_button.dart#L30 And if iconName is null, we throw an error: https://github.com/leanflutter/window_manager/blob/main/lib/src/widgets/window_caption_button.dart#L174 I want to add custom button with custom icon, like this: ![image](https://user-images.githubusercontent.com/8223773/188454072-cac605ac-4cbf-401d-b529-262743927943.png) And if...

Beacase https://github.com/flutter/flutter/pull/109816 next flutter release on windows , current doc `Hidden at launch` file will not the same

![Honeycam 2022-08-29 20-22-31](https://user-images.githubusercontent.com/13862699/187200122-14d9d45f-3266-454a-b34e-949fe88429e0.gif) There is also the issue that when zoomed out full screen, the bottom will persistently expose a few pixels of the native box colour. Hi author, thank...

When either using `winkey+arrow`, the new Windows 11 snapping options, or the "simulated snapping" with a double click on the title bar, the resize event isn't being triggered

I'm creating app for windows. Is it possible to remove window black border/outline? ![Screenshot 2022-08-17 124622](https://user-images.githubusercontent.com/50637964/185044111-dc4d2098-103e-40ea-adac-139461770335.png)

is there any workaround to decrease the padding of `WindowCaption`? **EDIT** Well, may be this become a feature request. Currently, the padding is hardcoded (why?). ```dart // window_caption.dart Expanded( child:...

`windowManager.maximize()` is not working. I use it like this: It appears to be maximized for a short time, but then immediately returns to its default size. ``` Future main() async...

### Describe the bug When creating a window without the default title bar by setting `titleBarStyle: TitleBarStyle.hidden` to implement a custom title bar, and then maximizing the window using `windowManager.maximize();`,...