just_save_gallery 0.1.0
just_save_gallery: ^0.1.0 copied to clipboard
A lightweight Flutter plugin that saves images and videos to the device gallery. Supports both raw bytes and file path inputs on Android and iOS.
0.1.0 #
- Initial release.
- Save images and videos to the device gallery from raw bytes or file path.
- Support custom album/folder names.
- Automatic file name numbering to avoid duplicates.
- Built-in permission handling with opt-out option.
- Typed error handling via
SaveExceptionandSaveErrorCode. - Android: MediaStore API with scoped storage support (API 29+).
- iOS: PHPhotoLibrary with add-only permission.