recursive_tree_flutter 1.0.4 copy "recursive_tree_flutter: ^1.0.4" to clipboard
recursive_tree_flutter: ^1.0.4 copied to clipboard

A tree-view package which focuses on tree data structure and displays it into UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add recursive_tree_flutter
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  recursive_tree_flutter: ^1.0.4
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:recursive_tree_flutter/recursive_tree_flutter.dart';
copied to clipboard
36
likes
150
points
2.26k
downloads

Publisher

verified publishergpmndev.online

Weekly Downloads

2024.08.31 - 2025.03.15

A tree-view package which focuses on tree data structure and displays it into UI.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on recursive_tree_flutter