hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Caching dio download() results does not work #75

Closed kbn closed 3 years ago

kbn commented 3 years ago

dio.download() override options.responseType = ResponseType.stream, which is not supported by dio-http-cache.

As a consequence, it is impossible to use the dio download() api call with dio-http-cache.

Possibly related to #65.

hurshi commented 3 years ago

Thanks for your issue. Duplicate of #65