skeletonizer_plus 1.0.0
skeletonizer_plus: ^1.0.0 copied to clipboard
A production-quality Flutter package for automatic skeleton loading states with shimmer animations, theme support, and performance optimizations.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-27 #
Added #
- Initial release of skeletonizer_plus
- Automatic skeleton generation from widget trees
- Custom bone layout support
- Shimmer animation with configurable parameters
- Theme integration (light/dark mode)
- Performance optimizations (viewport visibility, clipToBounds)
- Sliver support (SliverSkeletonizerPlus)
- Built-in bone types: BoneText, BoneCircle, BoneRect, BoneIcon
- Comprehensive test suite
- Example app demonstrating all features
- Full documentation