all_image_cache 0.0.9
all_image_cache: ^0.0.9 copied to clipboard
Flutter image cache with memory/disk layers, network/file/bytes sources, SVG support, optional compression, stale fallback, and production-ready widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add all_image_cacheThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
all_image_cache: ^0.0.9Alternatively, 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:all_image_cache/all_image_cache.dart';