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

Windows 11 have issue of change size from minimize to maximize. When app is maximize, I change to minimize and restore from taskbar of Windows, my app of header title...

How to handle onClose button press on mac?

![image](https://github.com/bitsdojo/bitsdojo_window/assets/66342962/b60c40ca-7c7b-4a0d-9821-3cd19076096a)

![image](https://github.com/bitsdojo/bitsdojo_window/assets/20814921/772e7e4c-c77b-4bdc-bab2-5b647ef35212) I can hide title, but cannot hide these 3 buttons, how can I hide them?

Automatic bump pub and actions version by dependabot.

Similar to the following style ![image](https://user-images.githubusercontent.com/28520524/161225937-7c0e2f1b-85de-489f-bab9-f110d52b2303.png)

We usually add `window button (minimized button, maximized button ..)` to the **root page**. and hope these buttons work like the `windows title bar (never disappears)`. But if we `Navigator.of(context).push()`...

Hello, I have encountered a compilation error, my environment is MacOS14,Xcode15. flutter/client/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions...

I am developing an app that can run in two different ways, depending on args passed to it. One way has a GUI for configuring the app, the other way...

Sometimes the app segfaults on startup. I managed to trace it to within getAppWindowHandle call. I can also report that it does not manifest when running with GDB or when...