-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
MacOSSpecifically concerns MacOSSpecifically concerns MacOSenhancementNew feature or requestNew feature or requestpluginIssue about an existing or possible pluginIssue about an existing or possible plugin
Description
Some OSX app has a great view, like this:
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
Labels
MacOSSpecifically concerns MacOSSpecifically concerns MacOSenhancementNew feature or requestNew feature or requestpluginIssue about an existing or possible pluginIssue about an existing or possible plugin