InstantUIServer class

Dedicated instant UI update server for DOM manipulation

Constructors

InstantUIServer.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceElement(String selector, String html) → void
Send an element replacement
sendInstantUIUpdate(List<Map<String, dynamic>> changes) → void
Send instant UI update to all connected browsers
start() Future<void>
stop() → void
toString() String
A string representation of this object.
inherited
updateAttribute(String selector, String attribute, String value) → void
Send an attribute update
updateFlutterWidget(String widgetId, Map<String, dynamic> properties) → void
Send a Flutter widget update
updateStyle(String selector, Map<String, String> style) → void
Send a style update
updateText(String selector, String text) → void
Send a simple text update

Operators

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