Overview
A Flutter plugin that enables saving images to the device's gallery or photo library. It supports both Android and iOS platforms, with iOS requiring specific entries in the Info.plist file for proper functionality. The package provides a simple API to save image files from memory or file paths, making it ideal for apps that generate or download images. It ensures compatibility with modern Android and iOS privacy requirements.
Use cases
- Saving captured photos from camera
- Exporting generated images
- Sharing app-generated visuals
- Saving downloaded images
- Integrating with image editing tools
Key features
- Cross-platform support (Android & iOS)
- Simple save API
- Supports file paths and byte data
- iOS Info.plist configuration required
- Respects platform-specific permissions
Suitable for
- Image capture apps
- Photo editing tools
- Social sharing features
- Apps with dynamic image generation
- User content export workflows
Considerations
- Requires Info.plist setup on iOS
- Needs runtime permission on Android
- May require user consent on newer OS versions
- Limited to image formats supported by the platform
- No built-in progress or error feedback