-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
What permission do we need to save images on Android with this package for API 34?
Tried such options
- READ_MEDIA_IMAGES
- READ_MEDIA_VIDEO
- READ_MEDIA_AUDIO
- MANAGE_EXTERNAL_STORAGE
according to documentation https://pub.dev/packages/permission_handler FAQ, but no luck.
Code sample
Future<bool> save(String filename, Uint8List data) async {
final ok = await ImageSave.saveImage(data, filename, albumName: 'someAlbum');
return ok ?? false;
}Metadata
Metadata
Assignees
Labels
No labels