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

A Flutter package to download and store file to gallery.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add download_file_and_save_to_gallery

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

dependencies:
  download_file_and_save_to_gallery: ^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:download_file_and_save_to_gallery/download_file_and_save_to_gallery.dart';
0
likes
130
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to download and store file to gallery.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, image_gallery_saver, path_provider, permission_handler

More

Packages that depend on download_file_and_save_to_gallery