bitsdojo_window
bitsdojo_window copied to clipboard
A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
Currently the window doesn't have any shadows and since flutter uses gtk decoration so you can render own shadows and by setting _GTK_FRAME_EXTENTS.
When I start on windows, there may be a white screen. I need to resize the window size (I suspect it is forced to let the fluent engine refresh the...
This is more a warning for other people than a request for solving the issue, since these errors provided almost zero results on the web. I've been struggling to start...
When using MoveWindow on macOS, the window can only be moved if it's in focus. If a user starts draggin the MoveWindow area when it's not in focus, nothing happens.
Flutter 3.1.0-0.0.pre.1887 (upgraded from 3.0.1 to see if latest master could help) With a setup like this ```dart final _windowButtons = [ MinimizeWindowButton( animate: false, colors: WindowButtonColors(iconNormal: Colors.black), ), MaximizeWindowButton(...
Hey, first thanks for this great package and your effort! How can I achieve moving the window-buttons on macOS with your plugin? I would like them to be a little...
Windows Version: 22621.963 My App crashes when I run it on Windows 11 with the error: ``` Error waiting for a debug connection: The log reader stopped unexpectedly, or never...
 Taking Ubuntu as an example, the window size is just the size of the 'physical pixels', not the 'logical pixels'. When we give the initial size of 400x400, but...
## What does this PR do? * Moves the default example to separate folder * Adds an example with a simple onGenerateRoute to make it easier to use [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) *...
Can add 'alwaysOnTop' features?