easy_gallery_saver 1.0.1
easy_gallery_saver: ^1.0.1 copied to clipboard
Simple Flutter package to save images to gallery with one function call. Supports assets, files, and network images. No external dependencies for saving images.
1.0.1 #
🎉 Major Update - Native Implementation #
- ✅ BREAKING: Removed
image_gallery_saverdependency - now using pure native code - ✅ Implemented native Android code (Kotlin) for saving images
- ✅ Implemented native iOS code (Swift) for saving images
- ✅ Added custom album name support
- ✅ Improved Android 13+ support with proper permissions
- ✅ Better Scoped Storage implementation for Android 10+
- ✅ Added
checkPermission()method - ✅ Enhanced error handling and debugging
- ✅ Comprehensive documentation with Uzbek and English examples
- ✅ Improved example app with multiple demo images
- ✅ Better UI/UX in example app
- 🐛 Fixed permission handling for different Android versions
- 🐛 Fixed file naming with timestamp
Native Features #
- Pure Kotlin implementation for Android
- Pure Swift implementation for iOS
- MediaStore API for Android
- PhotoKit API for iOS
- Automatic image quality optimization
- Custom album creation and management