media_gallery_saver 1.3.1 copy "media_gallery_saver: ^1.3.1" to clipboard
media_gallery_saver: ^1.3.1 copied to clipboard

A Flutter plugin that allows you to save files to the iOS and Android galleries from URL, asset, and file with Stream-based progress tracking support.

1.3.1 #

  • Update EXIF metadata with correct datetime information for images and videos

1.3.0 #

  • Add Stream-based progress tracking for saveMediaFromUrl
    • Returns MediaSaveResult with completion future and progress stream
    • Support for concurrent downloads with independent progress tracking
    • Enhanced with task IDs for proper isolation

1.2.0 #

  • Add options via MediaGallerySaverOptions (connectTimeout, readTimeout)
  • Use HTTP download/streaming for saving

1.1.0 #

  • URL and Asset can also be saved

1.0.1 #

  • Add support for specify quality when saving

1.0.0 #

  • Add support for saving images and videos to the gallery.
1
likes
150
points
33
downloads

Publisher

verified publishercam-inc.dev

Weekly Downloads

A Flutter plugin that allows you to save files to the iOS and Android galleries from URL, asset, and file with Stream-based progress tracking support.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, path, path_provider

More

Packages that depend on media_gallery_saver

Packages that implement media_gallery_saver