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

Question: Editing Tree Hierarchy #35

Open youssefhegab14 opened 10 months ago

youssefhegab14 commented 10 months ago

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 slide to right to (indent) the node and make it nested under the parent or dropdown to choose (Parent of Child from the list). (ex. Notes or Checklist app)

Something like DragAndDropLists or nested_reorderable_list but with the same functionality animated_tree_view has where you can add or delete children

jawwad-hassan89 commented 1 month ago

Duplicate of #19