flutter-plugins
flutter-plugins copied to clipboard
[desktop_multi_window] Bringing the already opened window in front
Is there a way to bring the already opened window in front? I know that we can close a window or open the same one by closing it. However, I want to ask whether we can bring in front a window that is already opened as a sub-window but in the background since the user returned to the main app window.
I have a similar request to this - is it possible to make a sub-window activate in the foreground if the main window is in the background? Otherwise the new window is behind some other application. My current workaround is to first activate the main window, then open the sub-window and it will show in the foreground. Use case is if some background event is to trigger a new window to pop up in front of the user.