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

How to specific saved folder name? #8

Closed lucasjinreal closed 5 years ago

lucasjinreal commented 5 years ago

Can it expose an interface to specific to save folder name?

ko2ic commented 5 years ago

@jinfagang The function does not exist in the current version.

ko2ic commented 5 years ago

For example, on Android, specifying to change the download destination to DIRECTORY_PICTURES , etc. can be easily fixed.
Are you asking for such a fix?

lucasjinreal commented 5 years ago

@ko2ic thanks for you reply. As far as I know, this is the only lib provides saving images into album in flutter community. So I think if it can more customized that would be very helpful for developers using this functionality

ko2ic commented 5 years ago

@jinfagang About storage destination, What kind of concrete customization can you be happy with?

lucasjinreal commented 5 years ago

@ko2ic As for Android, it would be better to save into a specific folder sometimes (users may easy to find or make it be app_name folder). For iOS, it's of course album ok though

ko2ic commented 5 years ago

@jinfagang I see. I will refer to it. Thank you very match!!

ko2ic commented 5 years ago

@jinfagang Added features. You can now specify the destination in the external storage.
In Android development, in the case of internal storage, it is common to download to external storage once and move to internal, so it is not implemented.

I will close it once.