media_gallery_saver 1.3.1
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
MediaSaveResultwith completion future and progress stream - Support for concurrent downloads with independent progress tracking
- Enhanced with task IDs for proper isolation
- Returns
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.