qiuxiang / flutter_image_saver

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

Home Page:https://qiuxiang.github.io/flutter_image_saver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://qiuxiang.github.io/flutter_image_saver/

License:MIT License


Languages

Language:Dart 45.3%Language:Kotlin 19.8%Language:Ruby 12.5%Language:Swift 12.0%Language:Objective-C 10.4%