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

Got compiling error: 'when' expression must be exhaustive at Line 332 in ImageDownloaerPlugin.kt #145

Open jerry-pi-mfini opened 11 months ago

jerry-pi-mfini commented 11 months ago

which can be easily fixed by adding an else statement below Line 346: else -> {}.

Please update in the next version. Thanks.

wikylyu commented 10 months ago

Same problem here

aisivan36 commented 10 months ago

Clone it and update the Gradle and some Kotlin code dependent, I think it should work as expected. But I am too lazy to do that, I hope somebody did for US.

kyleorin commented 9 months ago

same issue here

tHEO2k17 commented 9 months ago

i forked it and using it with some update to it. You can use this temporary fix if you need it urgently.

image_downloader: git: url: https://github.com/tHEO2k17/image_downloader.git ref: master