Skip to content

[web] Cleanup: HostNodes #116204

Closed
flutter/engine
#39915
@ditman

Description

@ditman

Flutter has a rendering mode where it puts all its contents in a regular DOM element when the ShadowDOM API is not supported.

This was implemented for Stadia, but now that it's sadly not needed, it can maybe be cleaned up.

Proposal

Completely delete lib/web_ui/lib/src/engine/host_node.dart, then fix whatever fails where that type is used. Substitute this by a standard DomShadowRoot type (from dom.dart).

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.engineflutter/engine repository. See also e: labels.platform-webWeb applications specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions