crash_safe_image 0.3.0
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_imageThis 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.0Alternatively, 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';