directory_tree 1.0.0 copy "directory_tree: ^1.0.0" to clipboard
directory_tree: ^1.0.0 copied to clipboard

Deterministic directory tree builder for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add directory_tree

With Flutter:

 $ flutter pub add directory_tree

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

dependencies:
  directory_tree: ^1.0.0

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:directory_tree/directory_tree.dart';
0
likes
150
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Deterministic directory tree builder for Dart.

Repository (GitHub)
View/report issues

Topics

#filesystem #tree

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, path, uuid

More

Packages that depend on directory_tree