flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

How to control network timeout duration?

Open zubairehman opened this issue 5 years ago • 1 comments

Hi,

Thanks for such a great plugin. How can i control network timeout duration? Right now the error widget gets called after 3-5 mins when there is no connection. I want it get called right after it failed to fetch image or may be after 5 seconds. Help will be appreciated :)

zubairehman avatar Aug 06 '19 06:08 zubairehman

You can try HttpOverrides to override the httpclient

yrom avatar Aug 30 '19 03:08 yrom