Print String
Logical nodes
Last updated
Logical nodes
Last updated
Released in version:
1.0.8
Flutter/Dart link:
The "Print String" node is an utility node for printing values to the console.
When the code is generated, this node translates to the command "debugPrint", which is overrided for Production in the main.dart file in the project to avoid logs going to Production
The generated logs can be seen in the Console of Waoo App Builder
connector
Flow
Allows to continue the flow in this node
value
String
Value to print in the console
connector
Flow
The flow can continue through this output