When i try to load an image using the library sometimes the image may not be available the application then crashes even thought i used errorWidget in the constructor.
here is my example:
CachedNetworkImage(
imageUrl: userPayload.photo,
width: 90,
height: 90,
placeholder: (context, url) {
return DefaultUserAvatarWidget();
},
errorWidget: (context, url, error) {
return DefaultUserAvatarWidget();
},
)
error:
HttpException (HttpException: No valid statuscode. Statuscode was 404)
Same happens for me.
same here
X 4
Same for me.
+1
+1
same here
Is this a duplicate of #144 (fix in #190)?
Fixed
@renefloor still happening in 1.1.1.
Most helpful comment
@renefloor still happening in
1.1.1.