save_image 1.0.1 copy "save_image: ^1.0.1" to clipboard
save_image: ^1.0.1 copied to clipboard

This is a fluttert image saving plugin that can save images to the gallery and update

save_image #

A new Flutter plugin. OC + Kotlin Language

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>

example #

    var response = await Dio().get(url, options: Options(responseType: ResponseType.bytes));
    bool isSaveSuccess = await SaveImage.save(imageBytes: Uint8List.fromList(response.data));
5
likes
30
pub points
24%
popularity

Publisher

unverified uploader

This is a fluttert image saving plugin that can save images to the gallery and update

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on save_image