ascii_art_tree 1.0.5 copy "ascii_art_tree: ^1.0.5" to clipboard
ascii_art_tree: ^1.0.5 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.5

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
160
pub points
38%
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, path

More

Packages that depend on ascii_art_tree