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

A Flutter plugin for saving files to Downloads, Documents, or App Documents folders on Android and iOS with enum-based location selection

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_save_directory

With Flutter:

 $ flutter pub add file_save_directory

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

dependencies:
  file_save_directory: ^1.0.0

Alternatively, your editor might support dart pub get or 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_save_directory/file_save_directory.dart';
1
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for saving files to Downloads, Documents, or App Documents folders on Android and iOS with enum-based location selection

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, open_file, path, path_provider, permission_handler

More

Packages that depend on file_save_directory

Packages that implement file_save_directory