all_image_cache 0.0.8 copy "all_image_cache: ^0.0.8" to clipboard
all_image_cache: ^0.0.8 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_cache

With Flutter:

 $ flutter pub add all_image_cache

This 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.8

Alternatively, 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';
4
likes
0
points
507
downloads

Publisher

verified publisheropensource.tatamemaster.com.br

Weekly Downloads

Flutter image cache with memory/disk layers, network/file/bytes sources, SVG support, optional compression, stale fallback, and production-ready widgets.

Homepage
Repository (GitHub)
View/report issues

Topics

#cache #image #svg #compression #flutter

License

unknown (license)

Dependencies

all_box, all_image_compress, flutter, flutter_svg, http, path_provider

More

Packages that depend on all_image_cache