Skip to content

Windows App size is not setting to Full screen #533

Open
@Prajit7

Description

@Prajit7

The window does not set to fullscreen when using the property size: WidgetsBinding.instance.window.physicalSize. It does not adjust to the maximum available width and height.

Below is the code which I am using:
windowManager.ensureInitialized().whenComplete(() {
windowManager.waitUntilReadyToShow(
WindowOptions(
size: WidgetsBinding.instance.window.physicalSize,
title: "Test",
), () async {
await windowManager.setResizable(false);
await windowManager.show();
await windowManager.focus();
});
});

The output is like:

Image

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