flutter_image_cache 1.0.2 copy "flutter_image_cache: ^1.0.2" to clipboard
flutter_image_cache: ^1.0.2 copied to clipboard

A Flutter package for image caching with automatic cache management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_cache

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_image_cache: ^1.0.2

Alternatively, 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:flutter_image_cache/flutter_image_cache.dart';
0
likes
150
points
184
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for image caching with automatic cache management.

Repository (GitHub)
View/report issues

Topics

#cache #image #image-cache #network-image

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, mutex, path, path_provider, sqflite

More

Packages that depend on flutter_image_cache