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

Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value iOS #78

Open besidesordinary opened 4 years ago

besidesordinary commented 4 years ago

Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value image_downloader

case 0x89: // image/png saveImage(data, result: result)

christxph commented 3 years ago

I'm experiencing the same crash when trying to download webp images on iOS, which are currently not supported by this library. Maybe the image you are trying to download is also a webp one

roderikpeeters commented 2 years ago

Also experiencing this issue with jpg images. So not webp, is there any solution to this?

gnarhard commented 2 years ago

I'm getting this error as well with jpg images. Is there a fix planned?