file_manager 1.0.2 copy "file_manager: ^1.0.2" to clipboard
file_manager: ^1.0.2 copied to clipboard

FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_manager

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

dependencies:
  file_manager: ^1.0.2

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_manager/file_manager.dart';
137
likes
130
pub points
93%
popularity

Publisher

unverified uploader

FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on file_manager