CarnegieTechnologies / gallery_saver

Flutter plugin that saves images and videos to devices gallery
Apache License 2.0
157 stars 329 forks source link

fixed saveVideo on Android SDK < 29 and ability to save media to DCIM #153

Closed m-schmailzl closed 3 years ago

m-schmailzl commented 3 years ago

I fixed a bug I found (saveVideo did not work on Android SDK < 29, no error message) and added the ability to save media files to the DCIM-Folder. I requested this enhancement in issue #136 . I added an optional parameter "toDcim" to saveVideo and saveImage. It works on Android SDKs greater and lower than 29. Obviously it is ignored on iOS. We are using this in production for two weeks now and did not have any issues.

At first I did not plan to create a pull request, so I edited the Readme.md. You have to remove the changes when merging.

lecicdjuro commented 3 years ago

@m-schmailzl please resolve conficts first