flutter_shimmer_skeleton 0.0.1
flutter_shimmer_skeleton: ^0.0.1 copied to clipboard
A Flutter package that provides shimmer loading skeleton widgets based on the official Flutter documentation.
0.0.1 #
- Initial release.
- Implemented shimmer effect based on official Flutter documentation
- Added
Shimmerwidget for providing shimmer animation - Added
ShimmerLoadingwidget for conditionally applying shimmer effect - Added ready-to-use skeleton widgets:
SkeletonBox- Rectangular placeholdersSkeletonCircle- Circular placeholders (for avatars)SkeletonText- Text-like placeholders with multiple linesSkeletonListItem- List item layout with avatar and textSkeletonCard- Card layout with image and text
- Full documentation and examples