bitsdojo_window
bitsdojo_window copied to clipboard
A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
After I changed the swift code by following the instruction, it stil displayed the three system buttons on the left top side of the window.The system is macOS Catalina 10.15.6
Some windows have a feature of always showing on top. Can this plugin support this feature? Because sometimes its really useful feature !
Cannot able to hide default window buttons in Mac  I have followed exactly how docs were mentioned. **System info** Mac 12.0.1 Flutter -...
Just like macOS apps the translucent blur effect can be set as background?
hello, how to make left panel to acrylic using flutter_acrylic while right panel keeps color background?
After minimizing on Windows 11, turn on the black screen again
failed to get the app version number by https://pub.dev/packages/package_info_plus after appied the bitsdojo_window to my windows project PackageInfo -> version is always 1.0.0 buildNumber -> buildNumber is always empty string
### versions flutter: latest stable. (2.2.1) , latest master. platform: macos bitsdojo_window: 0.1.0+1 ### reproduce 1. `cd bitsdojo_window/example` 2. `flutter run -d macos --profile` Expected window show in center of...
It would be great if bitsdojo_window is being extended in a way that Drag & Drop operations to the native window are accessible in the Dart code of the flutter...
Very nice package - thank you for contributing it! I have a question. Is it possible to do widget testing (using flutter_test) on an app that incorporates bitsdojo_window? I've tried...