image_save 2.0.0 copy "image_save: ^2.0.0" to clipboard
image_save: ^2.0.0 copied to clipboard

outdated

You could use this package to save image to album, support Android and iOS. For Android,The path is <code>/{album name}/{image name}</code>. For iOS,The path can't obtain, the image saved to a new alb [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_save

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

dependencies:
  image_save: ^2.0.0

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:image_save/image_save.dart';
28
likes
0
pub points
88%
popularity

Publisher

unverified uploader

You could use this package to save image to album, support Android and iOS. For Android,The path is <code>/{album name}/{image name}</code>. For iOS,The path can't obtain, the image saved to a new album with name you given.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_save