Flutter Desktop: how to hide a window (and keep the process alive)?

Issue

Is it possible to programmatically hide or close a window (not minimize), but still keep the process alive? This is similar to the hide()/show() methods in Qt and this is the standard approach in order to minimize the app to the tray.

Solution

window_manager is support show & hide window. you can try this.

https://github.com/leanflutter/window_manager

Answered By – lijy91

Answer Checked By – Mary Flores (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *