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

retracted

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 Dart:

 $ dart pub add recursive_tree_flutter
copied to clipboard

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 dart pub get):

dependencies:
  recursive_tree_flutter: ^1.0.2
copied to clipboard

Alternatively, your editor might support dart pub get or 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
0
points
2.24k
downloads

Publisher

verified publishergpmndev.online

Weekly Downloads

2024.09.03 - 2025.03.18

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on recursive_tree_flutter