save_to_dir 0.0.1 copy "save_to_dir: ^0.0.1" to clipboard
save_to_dir: ^0.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin that provides functionality to save files to a specified directory on the device. It supports downloading files from a URL and saving them to the device's storage, with progress track [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add save_to_dir

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

dependencies:
  save_to_dir: ^0.0.1

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:save_to_dir/save_to_dir.dart';
2
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides functionality to save files to a specified directory on the device. It supports downloading files from a URL and saving them to the device's storage, with progress tracking and notifications. This plugin is designed to work seamlessly with Android and can be extended to support other platforms in the future.

Repository (GitHub)
View/report issues

Topics

#downloadfile #savefile #mediastore #saf #openfolder

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on save_to_dir

Packages that implement save_to_dir