checkable_treeview library
A customizable tree view widget for Flutter.
This library provides a flexible and feature-rich tree view implementation that can be used to display hierarchical data structures in Flutter applications.
To use this library, import it as follows:
import 'package:treeview/treeview.dart';
The main components of this library are:
- TreeNode: Represents a single node in the tree structure.
- TreeView: The main widget that renders the tree view.
- TreeViewState: Manages the state of the TreeView widget.
Classes
-
TreeNode<
T> - A node in a tree structure.
-
TreeView<
T> - A customizable tree view widget for Flutter applications.
-
TreeViewState<
T> - The state management class for the TreeView widget.