Set State
Property nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

The "Set state" node is a property node that emulates the behavior of "setState" in Flutter.
With the setState we can notify the framework that the internal state of the widget has changed, and therefore we ask it to redo the widget.
Inputs
Input name
Canvas Required
Type
Description
connector
Flow
Allows to continue the flow in this node
Outputs
Output name
Canvas Required
Type
Description
connector
Flow
The flow can continue through this output
Last updated