flutter_loading_skeleton 1.0.0
flutter_loading_skeleton: ^1.0.0 copied to clipboard
A highly customizable and lightweight loading skeleton widget for Flutter. Create beautiful animated placeholders with shimmer effects while content loads. Perfect for improving perceived performance [...]
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 - 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