Skip to content

Support custom title bar color on OSX #177

Closed
@zakiso

Description

@zakiso

Some OSX app has a great view, like this:
image

Is there any chance of getting this for go flutter app?

This can be achieved by using the following flags on NSWindow, assuming the window background color is set accordingly (example in Swift).

window.titlebarAppearsTransparent = true
window.titleVisibility = .hidden
window.styleMask.insert(NSWindowStyleMask.fullSizeContentView)

Metadata

Metadata

Assignees

No one assigned

    Labels

    MacOSSpecifically concerns MacOSenhancementNew feature or requestpluginIssue about an existing or possible plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions