skeletonizer 0.4.0 skeletonizer: ^0.4.0 copied to clipboard
Converts already built widgets into skeleton loaders with no extra effort.
0.4.0 #
- refactor: remove Skeleton.coloredBox because they're not handled automatically by skeletonizer. [Breaking Change]
- enhance: Skeletonizer now overrides the painting context instead of iterating over render objects which makes much preformat.
0.3.0 [Breaking Change] #
- 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.
0.2.0 #
- Add SliverSkeletonizer and Skeletonizer.sliver to handle sliver widgets.
0.1.2 #
- improve docs
0.1.1 #
- Fix containers with no descendants should not be ignored
- Add tutorial article link to documentation
0.1.0 #
- initial release.