skeletix 1.1.0
skeletix: ^1.1.0 copied to clipboard
A strictly declarative RenderObject automated skeleton generator. Intelligently scans layouts to draw precision placeholders without rigid boilerplate.
1.1.0 #
- Global Theme Static Configuration! 🎨
- Introduced
SkeletixTheme.configure(...)to set brand-wide defaults once inmain(). - Added Dual-Mode Support: Configure separate
skeletonColorandshimmerColorfor Light and Dark modes globally. - Automatic Theme-Awareness: SkeletiX now intelligently detects the current
Theme.of(context).brightnessand applies appropriate polished defaults if no config is provided. - Simplified API: Removed the need for the
SkeletixThemeInheritedWidget, making the package truly "set-and-forget".
- Introduced
1.0.2 #
- Analysis Optimization! 📈
- Resolved
pub.devscore issue by shortening the package description to recommended length. - Optimized metadata for a perfect 160/160 pub points score.
1.0.1 #
- Metadata Optimization! 🚀
- Integrated
topicsfor better discoverability onpub.dev. - Updated
pubspec.yamlwith explicitrepositoryandissue_trackerlinks. - Updated standard
README.mdwith correct raw Demo GIF animation URLs. - Enhanced package description for official publishing.
1.0.0 #
- Initial Production Release! 🎉
- Introduced
SkeletiXglobal layout wrapper utilizing advancedRenderObjecttopology mapping. - Natively intercepts structural UI leaf shapes (
RenderParagraph,RenderDecoratedBox,RenderPhysicalShape,RenderImage, andShapeDecoration) to paint absolute precision geometrical placeholders. - Handled full declarative parameter sets including
errorstates, customizableonRetrycallbacks, andcustomErrorWidgetoverrides. - Injected structural layout protections (
IgnorePointer) that automatically lock viewport physics and interaction scrolling safely during dummy data loads. - Shipped
SkeletixImagehelper component to explicitly disable and rescue standardNetworkImagestream crashes againstnullURL values. - Stripped nested recursive
widgetDepthlimit dependencies, allowing pure infinite layout scanning gracefully. - Removed deprecated
SkeletixAvatarandSkeletixTextin favor of promoting standardCircleAvatar/Textimplementations.