bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.

Results 110 bitsdojo_window issues
Sort by recently updated
recently updated
newest added

Hello, would it be possible to have a callback that gets executed when the UI is visible? Something maybe like `appWindow.doWhenWindowVisible(VoidCallback callback)` ? I need to do some heavy computation...

"BDW_CUSTOM_FRAME" not working on flutter 2.5 Launching lib\main.dart on Windows in debug mode... lib\main.dart:1 Error waiting for a debug connection: The log reader stopped unexpectedly. Error launching application on Windows....

hello, when i set screen size to 1920*1080 (full screen), task bar still at the bottom of the window,can you support full screen mode ? ![2](https://user-images.githubusercontent.com/3356845/102850345-3d38b400-4454-11eb-8306-03a193e3514a.png)

work in progress

Running fedora 35, almost everything runs smoothly , however when minimizing and then showing window again, window becomes somewhat unresponsive, mouse over does not works correctly anymore (when going over...

![image](https://user-images.githubusercontent.com/15946864/146671367-1726334c-1648-489a-b261-49f36c986d9d.png) systeminfo: windows 10 home 10.0.19042 version 19042

When maximised, the icon to de-maximise the window is displayed as the maximise icon. Current: ![image](https://user-images.githubusercontent.com/939640/104128309-c742b100-535e-11eb-8bfe-43525f3b4559.png) Expected: ![image](https://user-images.githubusercontent.com/939640/104128314-d1fd4600-535e-11eb-8dbd-cfc9d9cd1494.png)

work in progress

on windows a typical window shows maximize icon when window is not maximize but after maximizing the window the icon changes to restore icon. Currently your package is using only...

Hey, I wanted to use an AppBar to display my apps name. So I created one and added your WindowBorder to the body. It ended up having the AppBar above...

Run app, minimize it using appWindow.minimize(), call appWindow.show() Function void showWindow(NSWindow* window) will be called twice, first time from flutter UI, second time by NSApplicationMain after window appears on screen....

work in progress
macOS

![截图16273571778073](https://user-images.githubusercontent.com/36557839/127091737-2329dd7f-ac06-44ff-9b47-630ae8976a81.png) Change the icon, or change the background color

enhancement