Top Flutter Tree View packages The Explorer View or Tree View widget is used to display hierarchical content in the form of a hierarchy tree. For example, directory structure including files and folders, a JSON document, XML document, etc. The complete list of Flutter packages that include widgets for Tree Layout, Tree View or Explorer View is provided below.
graphview
435
GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
animated_tree_view
228
Animated TreeView based on AnimatedList that allows building fully customizable Nodes that can be nested to infinite levels and children.
flutter_fancy_tree_view
208
A collection of widgets and slivers that helps bringing hierarchical data to life.
flutter_treeview
188
A tree widget for Flutter that can be used to display nested, hierarchical data. It includes a number of features like styling labels, icons, and import and export utilities.
flutter_simple_treeview
165
A widget, that visualises a tree structure, where a node can be any widget.
flutter_tree
95
Flutter tree widget plugin, you can use this plugin to show a tree like layout, some thing a department tree.
expandable_tree_menu
48
Tree of menu-nodes that can be expanded/collapsed to review more menu nodes, built from a recursive list of nodes.
dynamic_treeview
47
A Dynamic treeview that can be build using dynamic parent/child relationship. It supports indefinite category/subcategory lists with horizontal and vertical scrolling
list_treeview
30
A treeview for Flutter. Based on the listview. Infinitely increasing child levels and child nodes.