animated_stat_widgets 0.2.0 copy "animated_stat_widgets: ^0.2.0" to clipboard
animated_stat_widgets: ^0.2.0 copied to clipboard

Animated KPI, progress, bar, and skeleton widgets for Flutter dashboards and analytics UIs.

Changelog #

0.2.0 #

Added #

  • All widgets now honor MediaQuery.disableAnimations for reduced-motion support, rendering the final state without tweening.
  • Default colors and text styles fall back to the ambient Theme when not explicitly provided.
  • Public API is fully documented with dartdoc.
  • BarData now implements value equality (== and hashCode).

Fixed #

  • ShimmerSkeleton now picks up duration changes via didUpdateWidget instead of holding the initial value.
  • AnimatedBarGroup in horizontal mode no longer crashes inside unbounded vertical contexts (e.g. a ListView).
  • AnimatedCounter's default formatter is computed from the target value once per build, eliminating mid-animation jitter between integer and 2-decimal styles.

Changed (breaking) #

  • AnimatedCounter.formatter is now nullable; the default is selected at build time based on whether value is integer.
  • CircularProgressRing.color and backgroundColor are now nullable, falling back to the theme's color scheme.
  • ShimmerSkeleton.baseColor and highlightColor are now nullable, falling back to theme-derived neutrals.

0.1.0 #

  • Initial public release.
  • Added AnimatedCounter for animated KPI totals with custom formatting support.
  • Added CircularProgressRing for painter-based progress summaries with clamped values.
  • Added AnimatedBarGroup for compact vertical and horizontal comparisons.
  • Added ShimmerSkeleton for lightweight loading placeholders.
  • Added a runnable example app with Windows desktop support.
  • Added widget tests covering formatting, clamping, callbacks, and loading behavior.
0
likes
160
points
127
downloads

Documentation

API reference

Publisher

verified publishershop.stripedape.tech

Weekly Downloads

Animated KPI, progress, bar, and skeleton widgets for Flutter dashboards and analytics UIs.

Repository (GitHub)
View/report issues

Topics

#dashboard #animation #widget #analytics

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_stat_widgets