CHRISTOPANANJICKAL / fast_cached_network_image

A flutter package to cache network image fastly without native dependencies.
MIT License
29 stars 36 forks source link

No proxy supported. #27

Open oliverchu opened 1 year ago

oliverchu commented 1 year ago

Hello, please add proxy support.

CHRISTOPANANJICKAL commented 7 months ago

Can you please explain what do you mean by proxy support and why do we need it in case of image caching?

escamoteur commented 4 months ago

Check out https://github.com/dart-lang/http/issues/828 which allows you to inject your own HttpClient for the whole app. You can set the proxy in that client and you should have solved your problem