ascii_art_tree 1.0.6 copy "ascii_art_tree: ^1.0.6" to clipboard
ascii_art_tree: ^1.0.6 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

With Flutter:

 $ flutter 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.6

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:ascii_art_tree/ascii_art_tree.dart';
1
likes
140
pub points
51%
popularity

Publisher

unverified uploader

A minimalistic ASCII Art Tree generator with multiple styles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, graph_explorer, path

More

Packages that depend on ascii_art_tree