Custom UI code

Utility nodes

Condition
Value

Released in version:

1.0.13

Flutter/Dart link:

N/A

Custom UI code default node

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

Unlike the "Custom logic code" node, this node is focused on adding Widgets not yet supported as a node in Waoo App Builder. Therefore its "connector" entry is of type "Widget" and has no outputs as well.

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.

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

No outputs for this node

Last updated