window_manager
window_manager copied to clipboard
The example crashes on linux with flutter 3.22
In the latest version of flutter (3.22) the example crashes on linux. It seems that calling gtk_window_realize instead of gtk_window_show causes the subsequent plugin registration to fail, for some reason. This means that the documentation about making the app hidden at launch is also not correct anymore.