crash_safe_image 0.1.0
crash_safe_image: ^0.1.0 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 Dart:
$ dart pub add crash_safe_imageWith Flutter:
$ flutter pub add crash_safe_imageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
crash_safe_image: ^0.1.0Alternatively, your editor might support dart pub get or 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';