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 115 forks source link

all Medias In folder get deleted after uninstall #59

Closed elmissouri16 closed 4 years ago

elmissouri16 commented 4 years ago

First, thank you for this package.

I'm facing an issue where after uninstalling the app on android the folder with medias on it get deleted here the code im using final downloadId = await ImageDownloader.downloadImage(url, destination: AndroidDestinationType.custom(directory: 'TestFolder')..subDirectory("$rndName.mp4")); is me doing something wrong is problem on the package ??