easy_gallery_saver 1.0.1 copy "easy_gallery_saver: ^1.0.1" to clipboard
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_saver dependency - 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

0.0.1 #

Initial Release #

  • 🎉 First release of Easy Gallery Saver
  • ✅ Save images from assets
  • ✅ Save images from file system
  • ✅ Save images from network URLs
  • ✅ Automatic permission handling for Android and iOS
  • ✅ Simple one-function API
  • ✅ Cross-platform support (Android & iOS)
  • ✅ Basic example app
1
likes
140
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

Simple Flutter package to save images to gallery with one function call. Supports assets, files, and network images. No external dependencies for saving images.

Repository (GitHub)
View/report issues

Topics

#gallery #image #save #permission #media

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on easy_gallery_saver

Packages that implement easy_gallery_saver