embraceitmobile / animated_tree_view

Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
https://pub.dev/packages/animated_tree_view
MIT License
59 stars 29 forks source link

is Infinite nesting expands the fold list? #44

Open pdsliuzhen opened 6 months ago

pdsliuzhen commented 6 months ago

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.

jawwad-hassan89 commented 1 month ago

This will require a horizontally scrollable treeview. This feature is in the future pipeline, but not yet implemented.