file_manager 1.0.2 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';