image_save 2.0.0 image_save: ^2.0.0 copied to clipboard
You could use this package to save image to album, support Android and iOS. For Android,The path is <code>/{album name}/{image name}</code>. For iOS,The path can't obtain, the image saved to a new alb [...]
0.0.1 #
- Save Image to album use Uint8List
- Need add permission manually
1.0.0 #
- Change plugin name
1.0.1 #
- Fix android plugin name bug
1.1.0 #
- Fit iOS 13
1.1.1 #
- Format code
1.1.2 #
- Update example
1.1.3 #
- Fix README.md
- Add API document.
1.1.3+1 #
- Fix bug
2.0.0 #
- The parameters have changed.
- No longer obtain image path you saved.
For Android, The path is
/{album name}/{image name}
. For iOS, The path can't obtain, the image saved to a new album with name you given. - Android: migrate to androidx.