MiniProgramScreenRenderer class abstract

Renders one screen document format into Flutter widgets.

Implementers

Constructors

MiniProgramScreenRenderer()
Creates a screen renderer.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenFormat String
Manifest screenFormat value this renderer supports.
no setter
supportedSchemaVersions Set<int>
Supported schema versions. Empty means schema-less legacy format.
no setter

Methods

ensureInitialized({required SdkLogger logger}) Future<void>
Performs async one-time setup before rendering.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(MiniProgramRenderRequest request) Widget
Renders a validated screen into Flutter widgets.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited