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>
.
Comments are closed.