ShimmerLayout ShimmerLayout can be used to add shimmer effect (like the one used at Facebook or at LinkedIn) to your Android application. Beside memory efficiency even animating a big layout, you can modify the shimmer color and the speed of the ani
Shimmer A package provides an easy way to add shimmer effect in Flutter project How to use import package:shimmer/shimmer.dart; SizedBox( width: 200.0, height: 100.0, child: Shimmer.fromColors( baseColor: Colors.red, highlightColor: Colors.yellow,