skeleton_tint 0.2.1
skeleton_tint: ^0.2.1 copied to clipboard
Color-matched skeleton loading widgets for Flutter that match the color of the content they replace.
Changelog #
0.2.1 - 2026-09-04 #
0.2.0 - 2026-09-04 #
0.1.0 - 2026-09-03 #
0.0.1 #
Initial release: color-matched Flutter skeleton loading widgets.
Skeleton— ambient scope marking a subtree as loading.SkeletonText— drop-in forText; bone color follows the text's own style color, reflows live from apreviewlistenable, and supports a customborderRadius(e.g. a pill shape for price tags).SkeletonImage— drop-in forImage; bone color is sampled from the image's average pixel color.SkeletonBox— wraps aContainer; bone color and size follow the container's own fill.SkeletonBone— low-level shimmer bone for building custom color-matched placeholders.
