flutter_image_cache_placeholder 1.0.0 copy "flutter_image_cache_placeholder: ^1.0.0" to clipboard
flutter_image_cache_placeholder: ^1.0.0 copied to clipboard

A high-performance progressive image loading widget for Flutter that combines CachedNetworkImage, BlurHash, dominant colors, and smooth fade transitions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_cache_placeholder

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

dependencies:
  flutter_image_cache_placeholder: ^1.0.0

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_placeholder/flutter_image_cache_placeholder.dart';
0
likes
50
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance progressive image loading widget for Flutter that combines CachedNetworkImage, BlurHash, dominant colors, and smooth fade transitions.

Homepage

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_blurhash

More

Packages that depend on flutter_image_cache_placeholder