bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

Doesn't work in Windows 11 #229

Closed PMack101 closed 11 months ago

PMack101 commented 1 year ago

In the build release my project won't run in Windows 11. Commenting out the bitsdojo_window lines added in main.cpp to disable bitsdojo enables the app to run on Windows 11, but without bitsdojo...

cliftonlabrum commented 1 year ago

It's working for me in Windows 11. Can you share your main.cpp code?

bitsdojo commented 1 year ago

In the build release my project won't run in Windows 11. Commenting out the bitsdojo_window lines added in main.cpp to disable bitsdojo enables the app to run on Windows 11, but without bitsdojo...

Hi there,

Do you have more details on this? What is the current behavior you are experiencing?

PMack101 commented 1 year ago

Thanks for the replies.

I found that updating file_picker to ^5.2.10 enabled it to work on Windows 11. There was clearly some interaction with bitsdojo though, because with bitsdojo disabled it worked fine on Windows 11 with the old version of file_picker.

bitsdojo commented 11 months ago

Please try updating to the latest bitsdojo_window version.