An open API service indexing awesome lists of open source software.

https://github.com/ipcjs/flutter_treeview


https://github.com/ipcjs/flutter_treeview

Last synced: 4 months ago
JSON representation

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.