Skip to content

desktop_multi_window Lacks Features for Fullscreen, Title Bar Removal, and Window Positioning on Specific Displays/Window. #420

@nnovation

Description

@nnovation

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions