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

``` Running pod install... Building macOS application... --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:D3B1C5E9-B0C8-5575-95B2-94FFFBE90C9D } { platform:macOS, name:Any Mac } Undefined symbols for...

Is it possible disable onDoubleTap method (MoveWindow widget) in the next release?

On my Win10: 1. All app area will be BLACK after restored from **minimized**. 2. BLACK block appeared: after I adjusted the app border to make it larger when some...

When using linux you also have an option to use arm devices like pine phone or libre phone, but when I added the code for window buttons then they will...

Could you please make an update to this plugin so we can use it and make sure our apps run on windows 7. Thank you

margins is set to {0, 0, 1, 0} [here](https://github.com/bitsdojo/bitsdojo_window/blob/master/bitsdojo_window_windows/windows/bitsdojo_window.cpp#L149) causes this ![image](https://user-images.githubusercontent.com/17940784/172577754-497c9152-252c-40e2-b5bd-cf1072b1e3d3.png) changes it back to all zeros fixes the issue ![image](https://user-images.githubusercontent.com/17940784/172578012-93e4c958-0c63-4849-ad2b-cc53a17994e3.png)

hi i get this error after add these 2 lines at the beggining of windows\runner\main.cpp #include auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME | BDW_HIDE_ON_STARTUP); i found that second line ( auto bdw...

i think because this plugin made only for desktop, you can handle `UnimplementedError` for mobile platforms currently we must check platform ```dart if(defaultTargetPlatform == TargetPlatform.macOS || defaultTargetPlatform == TargetPlatform.windows ||...

When window size is changed form maximum to minimum or maximum to minimum the variable state did not changes

Hello, I have added this plugin in my project but app is not launching in another PC and no error messages. OS: Windows 10