nativeshell
nativeshell copied to clipboard
Hot restart is broken on linux
After pressing hot restart the window reloads, flutter gives output, but the window becomes transparent and I cannot see any content of the window, not even the borders and shadows around it.
@knopp can you confirm the issue, or is it just me facing it.
This might be a linux specific issue. I'll look into this.
also having this issue. I'm running on wayland not x11.
This issue is also apparent when starting a nativeshell application (including the example app) on linux using a compositor. I'm currently only able to run applications when I'm on X11 without a compositor running. ~It looks like I'm also having a similar issue on macOS right now though I haven't made the examples run there so I'll need to check whether that is only happening in my code.~ EDIT: On macOS the example app works fine.