optimized_cached_image 0.1.12 copy "optimized_cached_image: ^0.1.12" to clipboard
optimized_cached_image: ^0.1.12 copied to clipboard

outdated

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: ^0.1.12

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/image_cache_manager.dart';
import 'package:optimized_cached_image/image_provider/_image_provider_io.dart';
import 'package:optimized_cached_image/image_provider/_image_provider_web.dart';
import 'package:optimized_cached_image/image_transformer.dart';
import 'package:optimized_cached_image/widgets.dart';
114
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_cache_manager, flutter_image_compress, http, path, path_provider, pedantic, uuid

More

Packages that depend on optimized_cached_image