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

In the latest version of flutter (3.22) the example crashes on linux. It seems that calling [`gtk_window_realize` instead of `gtk_window_show`](https://github.com/leanflutter/window_manager/blob/main/example/linux/my_application.cc#L52) causes the subsequent plugin registration to fail, for some reason....

platform-linux

Having `window_manager` installed as a dependency breaks `onExitRequested` from Flutter's [AppLifecycleListener](https://api.flutter.dev/flutter/widgets/AppLifecycleListener-class.html). Tested so far on Linux (Fedora 40 KDE, Wayland). Not sure of other platforms. ```dart import 'dart:ui'; import 'package:flutter/material.dart';...

After upgrading to **Flutter 3.22.1**, Window manager is causing the entire UI to be glitched out (distorted) initially after launch. This is how it looks ![image](https://github.com/leanflutter/window_manager/assets/61944859/1fefa699-6dc4-46ea-bfa9-2ef12c1c1383) If I turn off/comment...

设置await windowManager.setResizable(true);后await windowManager.setMinimumSize无效。

I want to listen and see if the current window is displayed below another window, or if I am using another window to cover it. I want to listen to...

We use windowManager.destroy() in our application to shut down. This worked smoothly in the past and now with the upgrade to Flutter 3.24.0 it takes several seconds to complete and...

When minimizing the window and restoring it after it was maximized the contents of the window are scaled wrongly. This only happens when the window was previously maximized when minimizing....

Hi, Since the last couple of Flutter versions (currently 3.24) I have the issue that the first enter/escape key in a TextField get eaten by the app on Windows Desktop...

When the compiled target file is run, the terminal does not print any error messages, but the application window does not appear. ``` ➜ example git:(main) ✗ flutter run -d...