https://github.com/ipcjs/flutter_treeview
https://github.com/ipcjs/flutter_treeview
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipcjs/flutter_treeview
- Owner: ipcjs
- License: mit
- Created: 2025-04-17T09:50:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T10:03:06.000Z (about 1 year ago)
- Last Synced: 2025-09-01T12:53:02.525Z (10 months ago)
- Language: Dart
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_treeview
> This repository is a fork of [flutter_treeview](https://pub.dev/packages/flutter_treeview)
A hierarchical data widget for your flutter apps.
It offers a number of options for customizing the appearance and handling user interaction.
It also offers some convenience methods for importing data into the tree.
## Features
* Separately customize child and parent labels
* Add any icon to a node
* Choose from four different expander icons and several modifiers for adjusting shape, outline, and fill.
* Import data from a Map
* Includes ability to handle expandChange, tap, and double tap user interactions
* Includes convenience methods for adding, updating and deleting nodes
## Getting Started
For help getting started with this widget, view our
[online documentation](https://cagn.codeninelabs.com/widgets/treeview/) or view the
full [API reference](https://pub.dev/documentation/flutter_treeview/latest/).
For help getting started with Flutter, view
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.