- pass static analysis
- change the default colors of PulseEffect
- update README.md
- deprecated SkeletonizerConfigData.light constructor in favor of default constructor
- Feat: SkeletonizerConfigData can now be used as Theme.extension to provide default configuration values for Skeletonizer widgets. by @waadsulaiman
- Feat: add switch animation option to animate the transition between skeleton and content
- Feat: allow nested Skeletonizer widgets
- Fix pub.dev preview image
- Fix Skeleton.leaf has no effect on android devices #30
- Chore: satisfy static analysis
- throw an elaborative error message when nesting Skeletonizer widgets.
- Rename Skeletonizer.bones to Skeletonizer.zone because it makes more sense Enhance Skeletonizer.zone implementation to be more optimized Add BoneMock to easily generate fake text
- Fix null check exception when nesting Skeletonizers #15
- Add an intuitive way to build custom skeletons using `Skeletononizer.bones' constructor and Bone widgets.
- Enhance text skeletonizing implementation, which also fixes #16 (SelectableText not being skeletonized).
- Fix: Skeletonized widgets are not clipped inside of expandable parents.
- refactor: clean up some code
- Fix: in some cases skeleton is drawn out of clip-bounds
- Refactor: clean up internal API and remove some unnecessary properties
- Add RTL Support
- Use own layer to paint instead of RenderObject.layer
- Add Skeleton.leaf annotation to mark container widgets as leaf widget so they can be painted with shader paint.
- Handle mis-positioned painting of RenderLeaderLayer children.
- refactor: remove Skeleton.coloredBox because they're now handled automatically by skeletonizer. [Breaking Change]
- enhance: Skeletonizer now overrides the painting context instead of iterating over render objects which makes it much preformat.
- Fix crash when running in release mode.
- ColoredBox and Container with non-null color will need now need to be exclusively wrapped with a Skeleton.coloredBox annotation widget due to platform limitations.
- Add SliverSkeletonizer and Skeletonizer.sliver to handle sliver widgets.
- improve docs
- Fix containers with no descendants should not be ignored
- Add tutorial article link to documentation
- fix docs formatting.
- add docs.
- initial release.