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

A Dart library for creating a Dart object to represent directory trees.

Directory Tree #

A Dart library for creating a Dart object to represent directory trees.

Getting Started #

Import and initialize package

import 'package:dir_tree/dir_tree.dart';

Documentation #

Get a Directory Tree

final files = await DirectoryTree.get(
      path: '.',
      options: DirectoryTreeOptions(
        extensions: [
          '.dart',
        ],
      ),
    );
1
likes
120
pub points
15%
popularity

Publisher

unverified uploader

A Dart library for creating a Dart object to represent directory trees.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, path, test

More

Packages that depend on dir_tree