generate_tree 2.2.2 copy "generate_tree: ^2.2.2" to clipboard
generate_tree: ^2.2.2 copied to clipboard

Create beautiful tree structure in flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add generate_tree

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

dependencies:
  generate_tree: ^2.2.2

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:generate_tree/generate_tree.dart';
7
likes
100
pub points
69%
popularity

Publisher

unverified uploader

Create beautiful tree structure in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on generate_tree