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

Execution failed for task ':image_downloader:compileDebugKotlin'. #139

Open fabioselau077 opened 1 year ago

fabioselau077 commented 1 year ago

e: file:///Users/fabio/.pub-cache/hosted/pub.dev/image_downloader-0.31.0/android/src/main/kotlin/com/ko2ic/imagedownloader/ImageDownloaderPlugin.kt:332:17 'when' expression must be exhaustive, add necessary 'is Pending', 'is Successful' branches or 'else' branch instead FAILURE: Build failed with an exception.

ext.kotlin_version = '1.8.21' classpath 'com.android.tools.build:gradle:7.4.2'

Temp fix: https://github.com/ko2ic/image_downloader/issues/131

pippoberto commented 1 year ago

I get the same error. Did you manage to solve it?

fabioselau077 commented 1 year ago

I get the same error. Did you manage to solve it?

https://github.com/ko2ic/image_downloader/issues/131#issuecomment-1579485870

In the end I changed the plugin, this one is outdated and with several bugs on the new Android

DorraY commented 1 year ago

I get the same error. Did you manage to solve it?

#131 (comment)

In the end I changed the plugin, this one is outdated and with several bugs on the new Android

Can you please tell which plugin you used instead? And is it serving your needs? Thanks.

fabioselau077 commented 1 year ago

I get the same error. Did you manage to solve it?

#131 (comment) In the end I changed the plugin, this one is outdated and with several bugs on the new Android

Can you please tell which plugin you used instead? And is it serving your needs? Thanks.

image_gallery_saver

Mohamed-Reda1010 commented 1 year ago

i have the same problem i removed it

tindi-plus commented 2 weeks ago

I am just checking in because I have the same issue, too. I will use the image_gallery_saver.