Skip to content

Web test bootstrapping needs to be migrated off the window singleton #145558

@goderbauer

Description

@goderbauer

As part of multi view support, the window singleton is deprecated and will be removed in the future. The flutter/flutter repository has been cleaned up to no longer use this property and the only remaining usage is the bootstrapping code for web tests:

ui.window.debugPhysicalSizeOverride = const ui.Size(2400, 1800);

That code needs to be migrated to continue working when the window singleton is removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listengineflutter/engine related. See also e: labels.platform-webWeb applications specificallyteam-webOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions