generate_tree 1.0.7 generate_tree: ^1.0.7 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 #
- onChecked() will return top node with children when selectOneToAll property will be true.
- This data will help you to get all node details when parent checkbox is tapped or children checkbox is tapped.
1.0.7 #
- Updates documentation on README.md.
- License Updated.