optimized_cached_image 3.0.1 icon indicating copy to clipboard operation
optimized_cached_image: ^3.0.1 copied to clipboard

A library for loading images from network, resizing as per container size and caching while being memory sensitive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add optimized_cached_image

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

dependencies:
  optimized_cached_image: ^3.0.1

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:optimized_cached_image/optimized_cached_image.dart';
107
likes
110
pub points
95%
popularity

Publisher

verified publisher iconanvith.dev

A library for loading images from network, resizing as per container size and caching while being memory sensitive.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

file, flutter, flutter_cache_manager, flutter_image_compress, http, image, octo_image, path, path_provider, pedantic, sprintf, uuid

More

Packages that depend on optimized_cached_image