I need network img who have loading progress and error placeholder, and set timeout connection for loading on 5 sec. I tried NetworkImage, FadeInImage and CachedNetworkImage, but i cannot change it anywhere. If my connection is poor, i have loading screen until server get me error, who can leads into infinity loading.
I tried change NetworkImage source code and in there is variable "_sharedHttpClient" where i can add connectionTimeout duration and then its work, but i dont want change source code. Do anyone know some third party library, or simple solution how to solve it? Thanks a lot.
Maybe something like this can help out