flexible_tree_view 0.0.6
flexible_tree_view: ^0.0.6 copied to clipboard
A highly flexible tree view on flutter.
0.0.6 #
- Add argument
NodeItemBackground.
0.0.5 #
- Add argument
originalNodeItemBuilder. Used for custom node widget. - Add argument
indent.
0.0.3 #
- Change argument
maxNodeWidthtonodeWidth - Add new argument
scrollable
0.0.2 #
- Add
TreeNode.hasNodesmethod - Add
TreeNode.addNodesmethod - Add
TreeNode.clearNodesmethod - Add
TreeNode.nodeIndexAtmethod - Add
TreeNode.removeNodesmethod - Add
TreeNode.removeNodeAtmethod - Add
TreeNode.removeRangemethod - Add
TreeNode.removeWheremethod
0.0.1 #
Initial project.
- Expand / Collapse the tree nodes;
- Show lines of parent -> child nodes;
- High flexible to custom node widget.