Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuxiang/flutter_image_saver

Simple and effective cross platform image saver for flutter, supported web and desktop
https://github.com/qiuxiang/flutter_image_saver

flutter flutter-plugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# flutter_image_saver

[![pub package](https://img.shields.io/pub/v/flutter_image_saver.svg)](https://pub.dartlang.org/packages/flutter_image_saver)

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

## Usage

```dart
final savedPath = await saveImage(data, 'image.png');
```

### Android

`android/app/src/main/AndroidManifest.xml`:

Add `android:requestLegacyExternalStorage="true"` to ``.

### iOS

Add `NSPhotoLibraryAddUsageDescription` to `Info.plist`