flutter_loading_skeleton 1.0.1
flutter_loading_skeleton: ^1.0.1 copied to clipboard
A highly customizable loading skeleton widget for Flutter with shimmer effects and smooth animations.
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.1 - 2024-10-14 #
Fixed #
- Fixed package description length to comply with pub.flutter-io.cn requirements (60-180 characters)
- Added missing library-level documentation comment
- Fixed example folder name from 'expample' to 'example' for proper pub.flutter-io.cn recognition
- These fixes should improve pub.flutter-io.cn score from 140/160 to 160/160
1.0.0 - 2024-10-14 #
0.0.1+1 - 2024-10-14 (Pre-release) #
Added #
- Comprehensive documentation improvements to meet pub.flutter-io.cn standards
- Enhanced Dart doc comments with detailed examples and parameter descriptions
- Extensive README with multiple usage patterns and API reference
- Feature-rich example application demonstrating various skeleton patterns:
- Basic shapes and animations
- List view skeletons
- Card grid layouts
- Real-world examples (social media, profiles, shopping, news)
- Toggle between loading and loaded states in example app
- Navigation between different example categories
- Support for light and dark themes in examples
Changed #
- Improved API documentation with comprehensive parameter descriptions
- Enhanced code examples in both library and README
- Better structured example application with multiple pages
- More detailed widget documentation with usage patterns
Documentation #
- Fixed incorrect widget names in README (SkeletonLoader β LoadingSkeleton)
- Added comprehensive usage examples for common UI patterns
- Added API reference table with all parameters
- Added visual hierarchy with proper headings and sections
- Added platform support information
- Added contribution guidelines
- Added shields/badges for package metrics
0.0.1 - 2024-10-01 #
Added #
- Initial release of
flutter_loading_skeleton
package LoadingSkeleton
widget with customizable properties:height
- Control skeleton heightwidth
- Control skeleton widthborderRadius
- Customize corner roundingduration
- Animation timing controlanimateWidth
- Optional width animation effect
- Smooth shimmer animation between light and dark grey colors
- Flutter 3.7.2+ compatibility
- Cross-platform support (Android, iOS, Web, Windows, macOS, Linux)
- Basic example application
- MIT license