file_tree_view 0.0.7 copy "file_tree_view: ^0.0.7" to clipboard
file_tree_view: ^0.0.7 copied to clipboard

A Flutter package for displaying foldable file directory trees.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_tree_view

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

dependencies:
  file_tree_view: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_tree_view/file_tree_view.dart';
3
likes
150
points
185
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying foldable file directory trees.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, font_awesome_flutter, path

More

Packages that depend on file_tree_view