Navigation nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Navigator-class.htmlarrow-up-right
The "Push screen" node allows the user to navigate to the next screen, which is connected to the "screen" input. This node is often used when connecting the "connector" input to a button tap or after performing a particular action.
connector
Flow
Allows to continue the flow in this node
screen
Screen
The screen to which the app will navigate to
The flow can continue through this output
Last updated 3 years ago