如何为 select 全部 children 修改 flutter_tree 包?
how to modify flutter_tree package for select all children?
我使用 flutter_tree 在 flutter 中创建 chackbox 树。
我希望在选中 parent 项目时选中所有 children,如果取消选中 parent,则取消选中所有 children。
GitHub 上的源代码是:
https://github.com/esmaeil-ahmadipour/flutter_chckbox_tree
如果不想自己处理,可以试试list_treeview
package。它有一个 selectAllChild()
方法。
我使用 flutter_tree 在 flutter 中创建 chackbox 树。
我希望在选中 parent 项目时选中所有 children,如果取消选中 parent,则取消选中所有 children。
GitHub 上的源代码是: https://github.com/esmaeil-ahmadipour/flutter_chckbox_tree
如果不想自己处理,可以试试list_treeview
package。它有一个 selectAllChild()
方法。