Closed
Description
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
).