Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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',
        ],
      ),
    );

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top