A package provides shimmer effects in a Flutter project.

Example
BoxShimmer(width: 100, height: 100);
TextShimmer(text: 'Loading...');
A package provides shimmer effects in a Flutter project.

BoxShimmer(width: 100, height: 100);
TextShimmer(text: 'Loading...');