fancy_shimmer_image 2.0.3 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
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
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';