flutter_flow_chart 3.2.1 copy "flutter_flow_chart: ^3.2.1" to clipboard
flutter_flow_chart: ^3.2.1 copied to clipboard

draw a flow chart diagram with different kind of customizable elements. Dashboards can be saved for later use.

3.2.1

  • fix: 3.2.0 breaks backward compatibility of the JSON format #36

3.2.0

(thanks to Maurizio Pinotti)

  • Make elements more flexible with 3 new FlowElement properties:
    • isDraggable (default true, no visual feedback): whether they can be dragged around
    • isResizble (default false, bottom-right handle when enabled): whether they can be resized
    • isConnectable (default true, 4 handlers when enabled): whether they can be connected to other elements. Unlike the handlers param, isConnectable can be toggled at runtime
  • Example updated.
  • Add new FlowElement: ImageWidget
  • New feature: addElement() at custom position
  • Add an optional delete icon to the bottom-left corner of elements
  • Allow in-place text editing for elements

3.1.1

  • Added curvature tension between pivot points of segmented arrows

3.1.0

3.0.0

  • breaking change: moved onScaleUpdate callback to the FlowChart widget

2.2.1

  • Improved scaling gesture responsiveness (thanks to Isira Herath)
  • Fixed scaling of arrows when sooming (thanks to Isira Herath)
  • Implemented onScaleUpdate method on dashboard (thanks to Isira Herath)

2.2.0

  • added support for scaling/zooming (thanks to Isira Herath)

2.1.4

  • fix 'type 'int' is not a subtype of type double' error (by ofbozkurt)
  • assigned UUID upon adding creating a new instance of FlowElement (by Isira Herath)

2.1.3

  • added fontFamily parameter to the flow_element (thanks to Isira Herath)
  • added hexagon element (thanks to ofbozkurt)

2.1.2

  • added parameter to notify changes or not in dashboard

2.1.1

  • fixed online example link

2.1.0+1

  • Implemented some getters to get the connection and element (thanks to Isira Herath)

2.0.0+1

  • Implemented Infinite Scrolling for Dashboard to Enhance Diagram Browsing Experience (thanks to Isira Herath)
  • Added support for mouse secondary input events on dashboard and elements (thanks to Isira Herath)

1.0.0+1

  • Initial release.
161
likes
150
points
1.03k
downloads

Publisher

verified publishermarcobavagnoli.com

Weekly Downloads

draw a flow chart diagram with different kind of customizable elements. Dashboards can be saved for later use.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, uuid

More

Packages that depend on flutter_flow_chart