ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 116 forks source link

Overwrite existing image #45

Open sleeyax opened 5 years ago

sleeyax commented 5 years ago

I'm storing images to a custom directory, using a custom filename. However, when I save the same file a second time it gets renamed to something else instead of overwriting it (e.g file.jpg will become file-1.jpg).

Maybe add a bool overwite parameter to AndroidDestinationType.custom() to customize this behavior?

ahmadkhedr commented 3 years ago

any updates regarding this request?