FLUTTER ECOSYSTEM

image_gallery_saver

A flutter plugin for save image to gallery, iOS need to add the following keys to your Info.plist file.

Latest version
2.0.3
30-day downloads
25.5K
Likes
884
Pub points
150

Package Overview

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

Overview

The image_gallery_saver package is a Flutter plugin that enables saving images to the device's gallery on both Android and iOS. It provides a simple API to store byte data or file paths as images in the system's photo library. On iOS, users must add specific keys to the Info.plist file to grant access permissions. This plugin is ideal for apps that generate or download images and need to offer a 'save to gallery' feature. It supports both local files and raw image data, making it flexible for various use cases.

Use cases
  • Saving captured screenshots
  • Storing generated artwork
  • Exporting user-created images
  • Sharing images from app content
  • Saving downloaded media
Key features
  • Simple save API
  • Supports Android and iOS
  • Handles byte data and file paths
  • Requires Info.plist configuration on iOS
  • Cross-platform compatibility
Suitable for
  • Image editing apps
  • Social media sharing tools
  • Photo generation utilities
  • Apps with user-generated content
  • Tools requiring offline image storage
Considerations
  • iOS requires Info.plist entries
  • Permissions may vary by platform
  • Large files may impact performance
  • Limited customization options
  • No built-in progress feedback
Supported platformsAndroidiOS

Install package

flutter pub add image_gallery_saver

Categories

Source repository

Related projects