save_in_gallery 0.1.3 save_in_gallery: ^0.1.3 copied to clipboard
Flutter plugin that allows you to save images in native gallery in both Android and iOS. You can either save them in default album or in named album of your choice.
0.1.3 #
- Fixed bug that caused photos to not save properly if it was first save after granting gallery access
0.1.2 #
- Fixed bug that caused too many named albums to be created on iOS
- Bumped dart minimal version to 2.2.2
0.1.1 #
- Fixed code warnings
- Bumped dart minimal version to 2.2.0
0.1.0 #
- Initial release of save_in_gallery plugin