shimmer_loading_animation 0.1.0 shimmer_loading_animation: ^0.1.0 copied to clipboard
A Flutter package to create shimmer loading animation in your application.
Change Log #
0.1.0 - #
0.0.1+1 - Updated README.md #
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.