flutter_image_saver
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>.