fancy_shimmer_image 2.0.3 copy "fancy_shimmer_image: ^2.0.3" to clipboard
fancy_shimmer_image: ^2.0.3 copied to clipboard

Package for easy use of images that are automatically cacheable and have a beautiful on the fly (but it can be configured) shimmer effect while loading

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fancy_shimmer_image
copied to clipboard

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

dependencies:
  fancy_shimmer_image: ^2.0.3
copied to clipboard

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:fancy_shimmer_image/fancy_shimmer_image.dart';
copied to clipboard
208
likes
160
points
3.15k
downloads

Publisher

verified publisherrodrigobastos.dev

Weekly Downloads

2024.10.06 - 2025.04.20

Package for easy use of images that are automatically cacheable and have a beautiful on the fly (but it can be configured) shimmer effect while loading

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cached_network_image, flutter, shimmer

More

Packages that depend on fancy_shimmer_image