Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qiuxiang/flutter_image_saver
- Owner: qiuxiang
- License: mit
- Created: 2021-09-22T09:33:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T02:18:32.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:29:35.621Z (7 months ago)
- Topics: flutter, flutter-plugin
- Language: Dart
- Homepage: https://qiuxiang.github.io/flutter_image_saver/
- Size: 11.3 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`