google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 607 forks source link

Desktop Frameless Window #764

Closed atik7 closed 4 years ago

atik7 commented 4 years ago

Describe Request

How to create frameless window? We want to hide default operating system close button, and create custom close and minimize button.

stuartmorgan commented 4 years ago

Window creation is part of the runner, and thus out of the scope of this project. You'll need to edit your runner code.