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

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

work in progress

Some windows have a feature of always showing on top. Can this plugin support this feature? Because sometimes its really useful feature !

work in progress

Cannot able to hide default window buttons in Mac ![Screenshot 2564-10-27 at 1 06 08 PM](https://user-images.githubusercontent.com/35523357/139021085-3fff0dde-a834-45a8-88c3-4a2593cfb676.png) 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...

macOS

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

enhancement
work in progress

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