auto_skeleton_plus 0.0.4
auto_skeleton_plus: ^0.0.4 copied to clipboard
Automatically generate skeleton loaders from Flutter widgets using code generation
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
🚀 Improvements #
- Improved skeleton rendering for better UI consistency
- Enhanced layout handling for Column and Row
- Minor performance optimizations in runtime builder
🐛 Fixes #
- Fixed issue with
SkeletonIgnorenot working in nested widgets - Fixed edge cases in widget parsing
🧠 Internal #
- Refactored AST parsing logic for better maintainability
- Code cleanup and improved documentation
0.0.1 #
✨ Initial Release #
🚀 Features
- Introduced
AutoSkeletonwidget for automatic skeleton loading - Automatically converts basic widgets:
Text→ skeleton placeholderImage→ skeleton containerColumn/Row→ layout preserved
- Added
SkeletonIgnoreto exclude widgets from skeleton conversion - Implemented runtime skeleton rendering engine
⚙️ Code Generation
- Added support for
@GenerateSkeletonannotation - Generates
.skeleton.dartfiles usingbuild_runnerandsource_gen - Parses widget tree using AST for skeleton generation
📦 Package Setup
- Included example app demonstrating usage
- Added basic widget tests
- Added documentation and README