optimized_cached_image 3.0.1 copy "optimized_cached_image: ^3.0.1" to clipboard
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';
114
likes
80
pub points
91%
popularity

Publisher

verified publisheranvith.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

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