How can I hide the titlebar of the macOS. and use custom close, minimize, maximize buttons.
Current situation

The ultimate sollution:

Please use the mailing list, not the issue tracker, for questions.
If you want a non-standard window you need to alter its properties in the XIB, and/or add code to MainFlutterWindow.swift. There's nothing Flutter-specific about the window, so it would be the same process as doing it in a non-Flutter project.
Echoing Stuart's comment. Though, since this took me a bit of time to figure out, I'll add that 4 options need to be selected in MainFlutterWindow.swift.

Result:

Is there a way of doing this on Linux ?
Most helpful comment
Echoing Stuart's comment. Though, since this took me a bit of time to figure out, I'll add that 4 options need to be selected in
MainFlutterWindow.swift.Result:
