You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a Flutter desktop application where I need to open a second window on a specific display and make it full screen without a title bar. I am currently using only the desktop_multi_window package to create a new window, without relying on any other dependencies. While it successfully creates a new window, it lacks functionality to control important window properties such as full screen mode, removing the title bar, or accurately setting the position and size of the window on a specific screen. When I try using other plugins like window_manager or window_manager_plus to control the second window, I encounter issues such as MissingPluginException, likely because the new window runs as a separate process and doesn’t register the plugins. I would like to know how to properly control the appearance and position of a second window created using desktop_multi_window, or if there’s a recommended alternative approach to achieve this functionality in Flutter desktop.
Please Do Proper Management Window/screen/page plugin.
After doing deep research, I feel mentally exhausted and a bit bored.