generate_tree 0.0.5 generate_tree: ^0.0.5 copied to clipboard
Create beautiful tree structure in flutter
0.0.1 #
Generate Tree structure easily with only List map or json Data
-> 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