Use case
For applications that require a fixed size and can't handle resizing gracefully.
Proposal
This is a simple one line change before the window is created:
glfwWindowHint(GLFW_RESIZEABLE, GFLW_FALSE)
What I'm not sure about is the proper API to actually pass in the boolean to the flutter_window_controller and pipe it down to flutter_glfw.