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

Our tree node has own onTap therefore when i was tapping on a node element it was not being expanded because our node's onTap was being called. Therefore, there were...

Might be worth noting in the CHANGELOG.md that the default for `showRootNode` is now `true` in version 2.1.0. See https://github.com/embraceitmobile/animated_tree_view/commit/2f80fa5771d840435e7225910afcfd4b38ebdfe8#diff-72fd825ad17ce7800a2078e06f0dff1e12836ee59760465e78d9a5d222cebd15R64 This caused a regression in our app where we did...

documentation

tree view need x y scroll. otherwise the ui layout is error

Hi, is it possible that the headers are sticked, when the expanded part is scrolled over? or is it possible to use it with [flutter_sticky_header](https://pub.dev/packages/flutter_sticky_header)?

question

As the title says, I think adding an `indentationBuilder` will allow me to customize the `indentation` I want more freely, such as using different colors and widths for different levels....

enhancement

When running a basic example of the tree in a Flutter application, on **Web (Safari)** I get an exception : **UnimplementedError: combinePaths not implemented in HTML renderer** ![treeOnPWA](https://github.com/embraceitmobile/animated_tree_view/assets/171545640/8eb416ff-e342-4fe8-a189-8df6eca11f6b) ### **Code...

Hi, in an async code I use setState containing code that adds many levels of TreeNode elements to the tree, to update the tree state after all the adding. What...

I have a large data to display in the treeview. Root node has 1830 children inside. When expandNode is called for the root node for just expanding the root to...

https://github.com/user-attachments/assets/27fdc233-2e44-444c-be97-ea7e36cfdb10 I placed the TreeView on the second page of the PageView, the first time it entered normal, the second time there were duplicate items, or the expansion status was...