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

Getting this warning in a flutter app with minimum target set for 14.0 ``` window_manager-0.3.7/macos/Classes/WindowManager.swift:436:31: warning: 'isBezeled' was deprecated in macOS 14.0: The bezeled property is not respected on 10.15...

platform-macos

When the app is launched, the window flashes white before the color from `windowManager.setBackgroundColor` is applied. I found setting then window color in windows/runner/main.cpp fixes this. On line 36 of...

platform-windows

windows 和mac 没有这个报错 但是Linux 一直在执行onWindowResize() 方法, 死循环状态 参考代码: ``` import 'dart:io'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:go_router/go_router.dart'; import 'package:window_manager/window_manager.dart'; class HomePage extends ConsumerStatefulWidget { const HomePage(); static const...

platform-linux

The error message for exiting the application is as follows: ```sh Lost connection to device. ../../flutter/shell/platform/embedder/embedder.cc (2450): 'FlutterEngineSendPlatformMessage' returned 'kInvalidArguments'. Invalid engine handle. Exited. ``` After my testing, the error...

On Linux (Ubuntu 22.04) if I set a minimum size, like: ```dart WindowManager.instance.setMinimumSize(const Size(600, 600)); ``` it is repsected until I maximize the window. If I then unmaximize the window...

platform-linux

For some reason, `windowManager.close()` does not close the window for my flutter project. I downloaded your example, and it works fine there, but is there any reason that something might...

``` flutter run -d macos Launching lib/main.dart on macOS in debug mode... Building macOS application... 2023-11-21 09:44:41.693 xcodebuild[32238:4521379] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled) --- xcodebuild: WARNING: Using the...

I have a windows application, I want to apply a "Transform.scale" to the whole application for accessibility (zoom) and to adapt to small monitors (reduce). It works fine in the...

I'm trying to set the `size: Size(400, 200),` or `size: Size(1900, 1000),` - I always get the same window size, possible 1280x720 Flutter 3.13.7 • channel stable vscode editor Arch...

Window manager throws thousands of these exceptions: ``` flutter: PlatformException(channel-error, Unable to establish connection on channel., null, null) ``` window_manager: ^0.3.7