safe_network_image 1.0.1 copy "safe_network_image: ^1.0.1" to clipboard
safe_network_image: ^1.0.1 copied to clipboard

A robust Flutter widget that extends cached_network_image with enhanced error handling, connectivity awareness, shimmer effects, and automatic retry functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add safe_network_image

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  safe_network_image: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:safe_network_image/safe_network_image.dart';
0
likes
150
points
21
downloads

Publisher

verified publishervipulflutter.dev

Weekly Downloads

A robust Flutter widget that extends cached_network_image with enhanced error handling, connectivity awareness, shimmer effects, and automatic retry functionality.

Repository (GitHub)
View/report issues
Contributing

Topics

#ui #widget #images #networking #cache

Documentation

API reference

Funding

Consider supporting this project:

paypal.me

License

MIT (license)

Dependencies

cached_network_image, connectivity_plus, flutter

More

Packages that depend on safe_network_image