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 205 window_manager issues
Sort by recently updated
recently updated
newest added

When using TitleBarStyle.hidden on macOS Tahoe, placing any button at the top of the window makes it unclickable. The invisible title bar seems to overlap the window content and blocks...

I have a flutter game on Windows that can start up in either fullscreen or windowed mode depending on user settings. If it stats in fullscreen, the window is created...

I am currently making a "key mapper" application for Linux android emulator to play games. For this project I need the window size and position of the emulator. 1) function...

fix crash when second flutter window closed this should close #549

``` dart import 'package:flutter/material.dart'; import 'package:video_player_media_kit/video_player_media_kit.dart'; import 'package:window_manager/window_manager.dart'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); VideoPlayerMediaKit.ensureInitialized(windows: true, linux: true); await windowManager.ensureInitialized(); WindowOptions windowOptions = WindowOptions( size: Size(1280, 720), minimumSize: Size(960, 540), center:...

## Bug Description The `setClosable(false)` method does not work on Linux platforms. When called, it has no effect and users can still close the window using the window manager's close...

In example popUpWindowMenu not working

There's a visual glitch where if I use maximumSize and minimumSize or even setResizable, I get the glitch in the photo. I'm using KDE Plasma 6 + NVIDIA GTX 970....

On version 0.5.0, the `enter-full-screen` (`onWindowEnterFullScreen`) and `leave-full-screen` (`onWindowLeaveFullScreen`) events don't seem to ever be emitted on windows. I am setting full screen using `WindowManager.setFullScreen`. While debugging the behaviour, it...

Probably need to include changes from: https://github.com/media-kit/media-kit/blob/1226bcff36eab27cb17d60c33e9c15ca489c1f06/media_kit_video/windows/utils.cc