Navigation nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Navigator-class.htmlarrow-up-right
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);
connector
Flow
Allows to continue the flow in this node
The flow can continue through this output
Last updated 3 years ago