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

Crash-safe Flutter image widget with network, asset, file, memory & SVG support. Smart caching, placeholders, error UI, and safe 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.3.0

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
160
points
149
downloads

Publisher

verified publisherdevsloom.ca

Weekly Downloads

Crash-safe Flutter image widget with network, asset, file, memory & SVG support. Smart caching, placeholders, error UI, and safe ImageProvider.

Repository (GitHub)
View/report issues

Topics

#images #svg #widget #caching #utility

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, flutter_svg

More

Packages that depend on crash_safe_image