Skip to content

Nodes Customization

Luke Flow Diagram allows you to customize the appearance of nodes in your diagram. You can define your nodes using any widget via the nodeBuilder property on LukeFlowCanvas. We also provide example nodes to help you get started quickly.

Custom Widgets for Nodes

You can use any widget to represent a node in your diagram. This allows you to create complex and interactive nodes that fit your application's design.

Example Usage

As you can see in the example above, the canvas grid is highly customizable and can be adapted to various use cases.

Dynamically changing Node Appearance

You can also dynamically change the appearance of nodes based on their state or data. This allows you to create interactive diagrams where nodes can change their appearance based on user interactions or data changes. For example, you can change the color of a node when it is connected to another node.

Example

Connect one node to another to see magic happen!