bitsdojo_window
bitsdojo_window copied to clipboard
A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
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?
ArgumentError (Invalid argument(s): Failed to lookup symbol 'bitsdojo_window_api': error code 127)

 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 
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...