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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
145
likes
150
points
1.06k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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)

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter, path_provider

More

Packages that depend on file_manager