Open
Description
For a project I want to use go-flutter as an embedder (think about all the juicy plugins), but I don't want to use glfw as window toolkit. Instead I want to use wayland directly, as the project will only use wayland and customize the surface roles (using wlr-layer-shell to be exact) which is not possible when using glfw.
This will need abstract away a lot of logic to make go-flutter modular. I'm currently relatively unsure on how this should be tackled, but I hope it is possible.