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:

Classes

TreeNode<T>
A node in a tree structure.
TreeView<T>
A customizable tree view widget that displays hierarchical data.
TreeViewState<T>
The state for the TreeView widget.