Custom logic code

Utility nodes

Condition
Value

Released in version:

1.0.13

Flutter/Dart link:

N/A

Custom logic code default node

The "Custom logic code" node is a utility node that allows you to add your own code at a particular place in your project. It is extremely useful for adding functionality not yet implemented in Waoo App Builder nodes.

This particular node does not have a Flutter library counterpart since you are free to add whatever code you wish in this field. Therefore, please note that your code will not be sanitized or checked by Waoo App Builder. It will be directly added to the place indicated by you in the code

Imports assigned in this node are added to a Set that avoids duplications per file. This means that if you have two nodes with the same imports, it will be translated in the generated code to a single result.

Inputs

Input name
Canvas Required
Type
Description

connector

Flow

Allows to continue the flow in this node

customCode

String

Custom code to add

imports

String

Imports needed for this code to work correctly

Outputs

Output name
Canvas Required
Type
Description

connector

Flow

The flow can continue through this output

Last updated