FLUTTER ECOSYSTEM

image_gallery_saver_plus

A Flutter plugin for saving images to the gallery. iOS needs to add the following keys to your Info.plist file.

Latest version
4.0.1
30-day downloads
99.6K
Likes
114
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

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
Supported platformsAndroidiOS

Install package

flutter pub add image_gallery_saver_plus

Categories

Source repository

Related projects