flutter_image_saver

pub package

Simple and effective cross platform image saver for flutter, supported web and desktop.

Usage

final savedPath = await saveImage(data, 'image.png');

Android

android/app/src/main/AndroidManifest.xml:

Add android:requestLegacyExternalStorage="true" to <application>.

iOS

Add NSPhotoLibraryAddUsageDescription to Info.plist