Go back

Navigation nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

The "Go back" node is a navigation node that allows to go-back to the previous screen in the Navigator stack. It's the same as the user tapping the back button, or in flutter calling the code:

Navigator.pop(context);

Inputs

Input nameCanvas RequiredTypeDescription

connector

Flow

Allows to continue the flow in this node

Outputs

Output nameCanvas RequiredTypeDescription

connector

Flow

The flow can continue through this output

Last updated