all_image_cache 0.0.7
all_image_cache: ^0.0.7 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 Dart:
$ dart pub add all_image_cacheWith Flutter:
$ flutter pub add all_image_cacheThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
all_image_cache: ^0.0.7Alternatively, 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:all_image_cache/all_image_cache.dart';