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.
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...
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)?
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....
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**  ### **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...