Print String

Logical nodes

ConditionValue

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

Inputs

Input nameCanvas RequiredTypeDescription

connector

Flow

Allows to continue the flow in this node

value

String

Value to print in the console

Outputs

Output nameCanvas RequiredTypeDescription

connector

Flow

The flow can continue through this output

Last updated