skeleton_tint 0.2.1 copy "skeleton_tint: ^0.2.1" to clipboard
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 #

Bug Fixes #

  • assets: compress demo GIF to meet pub.dev size limit (#25) (308728e)

0.2.0 - 2026-09-04 #

Features #

  • bone: add SkeletonStyle animation variants (#24) (4ca9ef2)

Bug Fixes #

  • api: resolve SkeletonImage per ambient config, verify SDK floor (#19) (a1acae6), closes #7 #6

0.1.0 - 2026-09-03 #

Features #

  • api: add color-matched skeleton loading widgets (#5) (a1d0008)
  • api: expose borderRadius on SkeletonText (#16) (179b537)
  • api: reflow SkeletonText bone width from a preview listenable (#15) (103d143)
  • example: update demo app to use picsum.photos for images (#9) (82a08fb)

0.0.1 #

Initial release: color-matched Flutter skeleton loading widgets.

  • Skeleton — ambient scope marking a subtree as loading.
  • SkeletonText — drop-in for Text; bone color follows the text's own style color, reflows live from a preview listenable, and supports a custom borderRadius (e.g. a pill shape for price tags).
  • SkeletonImage — drop-in for Image; bone color is sampled from the image's average pixel color.
  • SkeletonBox — wraps a Container; bone color and size follow the container's own fill.
  • SkeletonBone — low-level shimmer bone for building custom color-matched placeholders.
1
likes
160
points
103
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Color-matched skeleton loading widgets for Flutter that match the color of the content they replace.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #loading #skeleton #shimmer #placeholder

License

MIT (license)

Dependencies

flutter

More

Packages that depend on skeleton_tint