ascii_art_tree 1.0.3 copy "ascii_art_tree: ^1.0.3" to clipboard
ascii_art_tree: ^1.0.3 copied to clipboard

A minimalistic ASCII Art Tree generator with multiple styles.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ascii_art_tree

Use it

The package has the following executables:

$ ascii_art_tree

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ascii_art_tree

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

dependencies:
  ascii_art_tree: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:ascii_art_tree/ascii_art_tree.dart';
1
likes
0
pub points
37%
popularity

Publisher

unverified uploader

A minimalistic ASCII Art Tree generator with multiple styles.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path

More

Packages that depend on ascii_art_tree