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

Custom mimeType for Android #72

Closed JEuler closed 4 years ago

JEuler commented 4 years ago

Hi! I was having a problem during video downloading from S3 (I needed own mimeType) and edit your code. Maybe this is not clean at the moment, but allows to share video content. You current implementation is causing exception because of IMAGE content type (in Android 10, not tested on other Androids).

JEuler commented 4 years ago

But maybe you don't want it, this is IMAGE downloader at all :D

JEuler commented 4 years ago

Closing for https://github.com/ko2ic/image_downloader/pull/74