generate_tree 1.0.6 generate_tree: ^1.0.6 copied to clipboard
Create beautiful tree structure in flutter
0.0.1 #
- Single tick checkbox
- set 'selectOneToAll' property 'false' to select only one at a time
- Multi select checkbox
- set 'selectOneToAll' property 'true' to select all children
- change the colors of checkbox
- change the colors of text
- onChecked function provides the value
- node: all child values and current selected node values
- checked: provides the bool value that the checkbox is checked or not
- commonID: returns the common id when selectOneToAll is true
1.0.5 #
- When the selectOneToAll property is true it will return the top node, so you can access all children node using that top node
1.0.6 #
- No updates! README.md file changes only.