arc_gauge 0.1.0 copy "arc_gauge: ^0.1.0" to clipboard
arc_gauge: ^0.1.0 copied to clipboard

A customizable semicircular arc gauge widget for Flutter. Supports multiple color zones, progress fill up to the current value, and a dot indicator with shadow — ideal for BMI, sleep scores, credit sc [...]

Changelog #

0.1.0 #

  • Initial release.
  • ArcGauge widget: semicircular arc gauge with multi-zone support.
  • ArcZone model: defines a value range, label, and color for each zone.
  • Progress fill up to the current value within the active zone.
  • Uniform gaps between zones regardless of active/inactive stroke difference.
  • Dot indicator with white halo and drop shadow at the current value position.
  • Customizable size, inactive color, display value override, and category label override.
  • Implicit animations via ImplicitlyAnimatedWidget — change value and the gauge animates automatically. Configurable duration and curve.
  • valueStyle parameter to override the large numeric value text style.
1
likes
150
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable semicircular arc gauge widget for Flutter. Supports multiple color zones, progress fill up to the current value, and a dot indicator with shadow — ideal for BMI, sleep scores, credit scores, and any range metric.

Repository (GitHub)
View/report issues

Topics

#gauge #chart #animation #ui #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on arc_gauge