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

A Flutter plugin for saving files to Downloads, Documents, Music, Videos, or App Documents folders on Android and iOS with enum-based location selection and smart file type detection

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  file_save_directory: ^1.0.3

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_save_directory/file_save_directory.dart';
1
likes
130
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for saving files to Downloads, Documents, Music, Videos, or App Documents folders on Android and iOS with enum-based location selection and smart file type detection

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (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