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

On android when the permission 'Deny' pressed, await ImageDownloader.downloadImage never returns. #15

Closed wonsuyon closed 5 years ago

wonsuyon commented 5 years ago

I appreciate for this package.

Everything works fine except the 'Deny' event on android. (tested on 8.0) (also happens with this example)

On iOS returning null works ok.

Any solution? thanks.

ko2ic commented 5 years ago

@wonsuyon Thank you for the information.

You're right. This is a bug. I will fix it soon.

ko2ic commented 5 years ago

@wonsuyon Fixed. Please use v0.12.1.

wonsuyon commented 5 years ago

Thank you, works fine.