shimmer_loading_animation 0.0.1 shimmer_loading_animation: ^0.0.1 copied to clipboard
A Flutter package to create shimmer loading animation.
0.0.1 - Initial Release #
- Introduced the
Shimmer
widget that provides a shimmer effect. - Introduced the
ShimmerLoading
widget that shows a shimmer loading effect. - Added
_SlidingGradientTransform
class that transforms the gradient for the shimmer effect. - Added unit tests for
ShimmerLoading
widget.