flexible_tree_view 0.0.4 copy "flexible_tree_view: ^0.0.4" to clipboard
flexible_tree_view: ^0.0.4 copied to clipboard

A highly flexible tree view on flutter.

0.0.4 #

  • Add parameter originalNodeItemBuilder. Used for custom node widget.

0.0.3 #

  • Change argument maxNodeWidth to nodeWidth
  • Add new argument scrollable

0.0.2 #

  • Add TreeNode.hasNodes method
  • Add TreeNode.addNodes method
  • Add TreeNode.clearNodes method
  • Add TreeNode.nodeIndexAt method
  • Add TreeNode.removeNodes method
  • Add TreeNode.removeNodeAt method
  • Add TreeNode.removeRange method
  • Add TreeNode.removeWhere method

0.0.1 #

Initial project.

  • Expand / Collapse the tree nodes;
  • Show lines of parent -> child nodes;
  • High flexible to custom node widget.