Releases: gonuit/gauge_indicator
Releases · gonuit/gauge_indicator
v0.4.2
v0.4.1
Changes:
- Fixed the gauge indicator not responding to the progress bar change.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Changes
- Update Dart version constraints to support Dart 3 by @vbuberen in #5
- add support for shadow and gradient on pointers by @dino-keskic in #4
- Added factory constructors GaugeProgressBar and GaugePointer classes.
- Fixed the
radius
property of RadialGauge and AnimatedRadialGauge widgets. - Added implicit
radius
animation for the AnimatedRadialGauge widget. - Added
cornerRadius
argument for GaugeAxisStyle and GaugeSegment classes. - Fixed invalid segment spacing.
- Fixed the basic progress bar for the 360-degree axis.
- Fixed errors that occur when using the AnimatedRadialGauge widget without the radius property provided.
- Added default style for RadialGauge and AnimatedRadialGauge widgets to make it easier to get started with the widget.
- Moved progressBar property from the widget to the GaugeAxis class.
- Made GaugeProgressBar constructors constant.
- Minor bug fixes.
New Contributors
- @vbuberen made their first contribution in #5
- @dino-keskic made their first contribution in #4
Full Changelog: v0.3.3...v0.4.0
v0.3.3
Full Changelog: https://github.com/gonuit/gauge_indicator/commits/v0.3.3