Skip to content

qiuxiang/flutter_image_saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors