animated_tree_view icon indicating copy to clipboard operation
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.

Results 31 animated_tree_view issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

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 ``.

enhancement

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...

![image](https://github.com/embraceitmobile/animated_tree_view/assets/33513462/b66c910f-a433-4d5b-b86f-cce88f9a0cb4) ![image](https://github.com/embraceitmobile/animated_tree_view/assets/33513462/3298202a-c62b-48e9-9a77-7caa48474818)

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...

wontfix