Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cathood0/flutter_tree_view
A simple way to create a view of tree directories
https://github.com/cathood0/flutter_tree_view
Last synced: 1 day ago
JSON representation
A simple way to create a view of tree directories
- Host: GitHub
- URL: https://github.com/cathood0/flutter_tree_view
- Owner: CatHood0
- License: bsd-3-clause
- Created: 2024-08-28T05:50:29.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T12:22:39.000Z (5 months ago)
- Last Synced: 2024-11-18T01:37:24.832Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 314 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 Tree View
TODO: Put a short description of the package here that helps potential users
know whether this package might be useful for them.## Features
* Drag and Drop
* Complex and recursive tree view
* Selectable nodes (working on it by now)
* Controllable nodes## Getting started
TODO: List prerequisites and provide or point to information on how to
start using the package.## Usage
TODO: Include short and useful examples for package users. Add longer examples
to `/example` folder.```dart
const like = 'sample';
```## Additional information
TODO: Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.