generate_tree 2.2.2 copy "generate_tree: ^2.2.2" to clipboard
generate_tree: ^2.2.2 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.

2.0.0 #

  • No updates

2.1.0 #

  • Reverse Selection - Parant node will be checked when any of the child node is checked.

2.2.0 #

  • Reverse Check/Uncheck issue fixed.

2.2.2 #

  • getAllChildrenTitle updated in treeNode model
7
likes
100
pub points
69%
popularity

Publisher

unverified uploader

Create beautiful tree structure in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on generate_tree