tree_view_package 1.0.2
tree_view_package: ^1.0.2 copied to clipboard
A powerful and flexible tree view package for Flutter with drag-and-drop, animations, and customizable indentation guides.
Changelog #
1.0.2 - 2025-12-30 #
- enabled Multiple select
1.0.0 - 2025-12-18 #
Added #
- Initial release
- TreeController for managing tree state
- TreeView and SliverTree widgets
- AnimatedTreeView with expand/collapse animations
- TreeIndentation with customizable guides
- Drag and drop support (TreeDraggable, TreeDragTarget)
- FolderButton helper widget
- Search functionality
- Parent/ancestor navigation
- Comprehensive documentation and example