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

Desktop-friendly virtualized tree view with keyboard navigation, tri-state selection, and multi-root support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_directory_tree

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

dependencies:
  flutter_directory_tree: ^1.0.0

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:flutter_directory_tree/flutter_directory_tree.dart';
0
likes
160
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

Desktop-friendly virtualized tree view with keyboard navigation, tri-state selection, and multi-root support.

Repository (GitHub)
View/report issues

Topics

#filesystem #tree-view #desktop #file-explorer

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

directory_tree, flutter, path

More

Packages that depend on flutter_directory_tree