0 purchases
flutter image saver
flutter_image_saver #
Simple and effective cross platform image saver for flutter, supported web and desktop.
Usage #
final savedPath = await saveImage(data, 'image.png');
copied to clipboard
Android #
android/app/src/main/AndroidManifest.xml:
Add android:requestLegacyExternalStorage="true" to <application>.
iOS #
Add NSPhotoLibraryAddUsageDescription to Info.plist
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.