arc_gauge 0.1.0
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.
ArcGaugewidget: semicircular arc gauge with multi-zone support.ArcZonemodel: 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— changevalueand the gauge animates automatically. Configurabledurationandcurve. valueStyleparameter to override the large numeric value text style.