PackageTrack
Sign in Get early access

skeletonizer

Converts already built widgets into skeleton loaders with no extra effort.

2.1.3 1000K downloads/mo #66 most downloaded on pub.dev Milad-Akarie/skeletonizer

What this package is like to depend on

Last release 6 months ago

13 Feb 2026

Release timing varies

gaps range from 3 weeks to 5 months

Nearly every release is documented

notes for 32 of 33 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

34 releases · first in 2023

3 releases in the last 12 months

see the full history below

Release timeline

34 releases · Jun 2023 to Feb 2026
2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 2.1.3 13 Feb 2026
    Release notes

    chore: update version to 2.1.3 and add changelog entry for clipping fix

    Open source →
    Release notes
    • Fix: Skeletonizer does not respect clipping #76
    Open source →
  2. 2.1.2 15 Dec 2025
    Release notes

    chore: Refine .pubignore to ignore art directory contents except for …

    Open source →
    Release notes
    • Chore: add .pubignore to exclude irrelevant files and reduce package size
    • Internal: reorganize test folders and improve coverage
    • Chore: Add codecov test coverage badge
    • Chore: Update environment constraints
    Open source →
  3. 2.1.1 27 Nov 2025
    Release notes
    • Refactor: improve painting logic and add debug timeline events
    • Refactor: simplify render object implementation by removing redundant isRepaintBoundary override
    • Feat: add equality operator and hashCode to SkeletonizerConfigData
    Open source →
  4. 2.1.0 02 Jul 2025
    Release notes
    • Feat: add TextBoneBorderShape to TextBoneBorderRadius to support the new RoundedSuperellipseBorder
    Open source →
  5. 2.1.0+1 04 Jul 2025
    Release notes
    • Chore: remove a forgotten print statement
    Open source →
  6. 2.0.1 21 May 2025
    Release notes
    • Fix: Fix Bone.text does not respect TextStyle.height #45
    Open source →
  7. 2.0.0 21 May 2025
    Release notes
    • chore: support flutter 3.32.0
    • Fix: Skeleton.unite Does Not Respect TextAlign.center #54
    Open source →
  8. 2.0.0-pre 17 Apr 2025 pre-release

    Nothing published for this version

  9. 1.4.3 09 Jan 2025
    Release notes
    • feat: expose AnimatedSwitcher.layoutBuilder
    Open source →
  10. 1.4.2 31 Jul 2024
    Release notes
    • pass static analysis
    • change the default colors of PulseEffect
    Open source →
  11. 1.4.1 14 Jul 2024
    Release notes
    • deprecated SkeletonizerConfigData.light constructor in favor of default constructor
    Open source →
  12. 1.4.1+1 14 Jul 2024
    Release notes
    • update README.md
    Open source →
  13. 1.4.0 13 Jul 2024
    Release notes
    • Feat: SkeletonizerConfigData can now be used as Theme.extension to …
    Open source →
    Release notes
    • Feat: SkeletonizerConfigData can now be used as Theme.extension to provide default configuration values for Skeletonizer widgets. by @waadsulaiman
    Open source →
  14. 1.3.0 03 Jun 2024
    Release notes

    Merge remote-tracking branch 'origin/main'

    Open source →
    Release notes
    • Feat: add switch animation option to animate the transition between skeleton and content
    Open source →
  15. 1.2.0 30 May 2024
    Release notes

    Merge remote-tracking branch 'origin/main'

    Open source →
    Release notes
    • Feat: allow nested Skeletonizer widgets
    Open source →
  16. 1.1.2 27 Apr 2024
    Release notes
    • Fix Skeleton.leaf has no effect on android devices #30
    Open source →
  17. 1.1.2+1 27 Apr 2024
    Release notes
    • Fix pub.dev preview image
    Open source →
  18. 1.1.1 20 Mar 2024
    Release notes
    • Chore: satisfy static analysis
    • throw an elaborative error message when nesting Skeletonizer widgets.
    Open source →
  19. 1.1.0 28 Feb 2024
    Release notes
    • 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
    Open source →
  20. 1.0.1 06 Jan 2024
    Release notes
    • Fix null check exception when nesting Skeletonizers #15
    Open source →
  21. 1.0.0 04 Jan 2024
    Release notes
    • Add an intuitive way to build custom skeletons using `Skeletononizer.bones' constructor and Bone widgets.
    Open source →
  22. 0.9.0 30 Dec 2023
    Release notes
    • Enhance text skeletonizing implementation, which also fixes #16 (SelectableText not being skeletonized).
    Open source →
  23. 0.8.0 18 Sep 2023
    Release notes
    • Fix: Skeletonized widgets are not clipped inside of expandable parents.
    • refactor: clean up some code
    Open source →
  24. 0.7.0 18 Aug 2023
    Release notes

    Refactor: clean up internal API and remove some unnecessary properties

    Open source →
    Release notes
    • Fix: in some cases skeleton is drawn out of clip-bounds
    • Refactor: clean up internal API and remove some unnecessary properties
    Open source →
  25. 0.6.0 12 Aug 2023
    Release notes
    • Add RTL Support
    • Use own layer to paint instead of RenderObject.layer
    Open source →
  26. 0.5.0 03 Aug 2023
    Release notes
    • 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.
    Open source →
  27. 0.4.0 29 Jul 2023
    Release notes
    • 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.
    Open source →
  28. 0.3.0 17 Jul 2023
    Release notes
    • 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.
    Open source →
  29. 0.2.0 06 Jul 2023
    Release notes
    • Add SliverSkeletonizer and Skeletonizer.sliver to handle sliver widgets.
    Open source →
  30. 0.1.2 04 Jul 2023
    Release notes
    • improve docs
    Open source →
  31. 0.1.1 20 Jun 2023
    Release notes
    • Fix containers with no descendants should not be ignored
    • Add tutorial article link to documentation
    Open source →
  32. 0.1.0 18 Jun 2023
    Release notes
    • initial release.
    Open source →
  33. 0.1.0+1 18 Jun 2023

    Nothing published for this version

  34. 0.1.0+2 18 Jun 2023
    Release notes
    • fix docs formatting.
    • 0.1.0+1

    • add docs.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive