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.
I am adding nodes directly to a parent using method: node.add(). Items are added but the lines showing node link appears to break for the newly added node. See code...
Hi, thanks for the great package. A minor thing though: For simplifying the process of creating a custom ExpansionIndicator (extending the abstract ExpansionIndicatorState class), it would be nice to get...
I need an infinitely collapsible list of file directories, indent each layer by 20 widths to the right, and move horizontally if I exceed the width of a screen.

Flutter has implemented the 2d scrolling api, so this issue is to alert the developer to complete the todo for 2d scrolling that is present in the readme.
Upon initial loading of the tree, it can be completely unfolded. But upon going back to the previous page and subsequently redirecting to this page, the tree does not unfold...
The default animations on `TreeView` and `SliverTreeView` work fine for small lists, but they break down with a large number of complex elements. This PR proposes an optional `Animation? animation`...
Hello, can somebody help me? I trying to get all objects in the tree so I can convert it to json to send to backend, but I can't understand how...
My tree expands for the first time, but when I move to another tab or page, it gets collapsed. I'm using GetX. I need my tree to remain expanded even...