image_save 1.1.3+1 copy "image_save: ^1.1.3+1" to clipboard
image_save: ^1.1.3+1 copied to clipboard

outdated

You could use this package to save image to album, support Android and iOS. It is ability to get storage path.

image_save #

Save image to album, support Android and iOS.

Permission #

  • Android #

Add the following statement in AndroidManifest.xml:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  • iOS #

Add the following statement in Info.plist

<key>NSPhotoLibraryUsageDescription</key>
<string>Modify the description of the permission you need here.</string>

Usage #

See Example

String path = await ImageSave.saveImage("gif", Uint8List.fromList(res.data))
29
likes
40
points
219
downloads

Publisher

unverified uploader

Weekly Downloads

You could use this package to save image to album, support Android and iOS. It is ability to get storage path.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_save