chenxianqi / image_save

Save image to album

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image_save

Save image to album, support Android and iOS.

Permission

  • Android

Add the following statement in AndroidManifest.xml:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  • iOS

Add the following statement in Info.plist

<key>NSPhotoLibraryUsageDescription</key>
<string>Modify the description of the permission you need here.</string>

Usage

See Example

String path = await mageSaver.saveImage("gif", Uint8List.fromList(data))

About

Save image to album

License:MIT License


Languages

Language:Ruby 29.6%Language:Dart 26.3%Language:Objective-C 22.5%Language:Java 21.6%