hf_retry

Last updated:

0 purchases

hf_retry Image
hf_retry Images
Add to Cart

Description:

hf retry

hf_retry #
A plugin to enhance user experience during network downtime.

Shows placeholder image in place of NetworkImage when the network is unavailable
Retries and fetches NetworkImage as soon as the device is connected to the internet

Just use NetworkImageWithRetry in place of NetworkImage
Example #
Image(
image: NetworkImageWithRetry('http://example.com/avatars/123.jpg'),
errorBuilder: (context, _, __) {
return FlutterLogo(
size: 200,
);
},
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.