crash_safe_image 0.2.1 copy "crash_safe_image: ^0.2.1" to clipboard
crash_safe_image: ^0.2.1 copied to clipboard

Crash-safe image widget for Flutter. Auto-detects network/asset/file/memory sources, shows friendly placeholders & error UI, and uses cached_network_image for smart caching. Includes ImageProvider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crash_safe_image

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

dependencies:
  crash_safe_image: ^0.2.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:crash_safe_image/crash_safe_image.dart';
1
likes
130
points
263
downloads

Publisher

verified publisherdevsloom.ca

Weekly Downloads

Crash-safe image widget for Flutter. Auto-detects network/asset/file/memory sources, shows friendly placeholders & error UI, and uses cached_network_image for smart caching. Includes ImageProvider.

Repository (GitHub)
View/report issues

Topics

#images #svg #widget #caching #utility

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on crash_safe_image