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

guessing mimetype from url if guessing it from stream not works. #20

Closed kraster010 closed 5 years ago

kraster010 commented 5 years ago

With this i can get the downloads from the server. It wasn't a problem of concurrent download (i still download one photo after i finished downloading the last one) but only it wasn't correctly guessing the mimetype from the stream.

ko2ic commented 5 years ago

However, thanks to this PR I realized that I can not sometimes determine the MIME type.

I will fix that.