treeify 0.0.1-nullsafety.2 copy "treeify: ^0.0.1-nullsafety.2" to clipboard
treeify: ^0.0.1-nullsafety.2 copied to clipboard

discontinuedreplaced by: console

A dart port of the treeify.js for creating trees or directory structures to be printed to console

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add treeify

With Flutter:

 $ flutter pub add treeify

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

dependencies:
  treeify: ^0.0.1-nullsafety.2

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:treeify/treeify.dart';
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A dart port of the treeify.js for creating trees or directory structures to be printed to console

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on treeify