Releases: sayed3li97/flutter_gauge
Releases · sayed3li97/flutter_gauge
Release list
gauge_kit v0.3.0
GaugeAnnotation— new class for pinning arbitrary Flutter widgets at specific value
positions around theRadialGaugearc. SupportsradiusFractionandoffsetfor
precise placement.RadialGauge— converted toStatelessWidgetwrapper supportingchild(centre
overlay),annotations(List<GaugeAnnotation>),labelFormatter(custom tick
text), andunitText(centre value suffix).ArcGauge— converted toStatelessWidgetwrapper with a full new layout tier:
child(centre overlay),header/footerlabels,fillColor(inner circle),
widgetIndicator(moving tip widget),reverse(fill from far end),showValue,
unitText, andbackgroundWidth(override track stroke width).LinearGauge— converted toStatelessWidgetwrapper withleading/trailing
end widgets,centeroverlay,widgetIndicator(moving tip widget),reverse,
showValue,unitText,labelFormatter, andbarRadius(rounded filled-bar mode).- Glow effects —
GaugeTokens.valueGlowRadius(double, default0.0) and
GaugeTokens.valueGlowColor(Color?) added to all arc/linear render engines;
positive radius renders a soft outer glow behind the value arc or bar. GaugeController.animateTo()— newonAnimationEndcallback fires when the
animation completes.- All new params are optional with sensible defaults — existing code requires zero
changes.