animated_tree_view
animated_tree_view copied to clipboard
Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
Package version - 2.1.0 Type of tree - TreeView.simpleTyped Flutter version - 3.13.6 There is an order issue when I add a node to a parent node where there are...
Is there a way if the user have a flat list of items/nodes, to edit the hierarchy; to move certain nodes under a specific parent and vice versa? Functionality like...
Hi, thank you for this package it's truly amazing! I would like to suggest a new feature. It would be relly cool if this package could suppport item reorder using...
On `handleAddItemsEvent` and `handleInsertItemsEvent` events
Hi, Thanks very much for this package. I seem to have an issue when I change the root node and rebuild the treeview widget. The treeview builds the same but...
[tree-error.webm](https://github.com/embraceitmobile/animated_tree_view/assets/73592852/e2a44ae5-6b95-4f5d-b30f-ffb9a01c1687)
If I declare the tree data type as not null it should preserve this type. If I want to make it nullable I just can put ``.
I need a tree with a checkbox on each of its nodes. My current problem is that the checkbox ui state does not change right after I click the checkbox...
 
Hi, i'm looking for a way to, based on the item, to deactivate the expansion/collapse of its children. Is there a way currently ? Or is it something you want...