flutter_flow_chart library

Flow Chart package library.

Classes

ArrowParams
Arrow parameters used by DrawArrow widget
ConnectionParams
Connection parameters.
Dashboard
Class to store all the scene elements. This also acts as the controller to the flow_chart widget It notifies changes to FlowChart
DrawingArrowWidget
Widget to draw interactive connection when the user tap on handlers
FlowChart
Main flow chart Widget. It displays the background grid, all the elements and connection lines
FlowElement
Class to store FlowElements and notify its changes
GridBackgroundParams
Defines grid parameters.

Enums

ArrowStyle
Arrow style enumeration
ElementKind
Kinf od element
Handler
Handler supported by elements

Typedefs

ConnectionListener = void Function(FlowElement srcElement, FlowElement destElement)
Listener definition for a new connection