Skip to content

v0.4.0

Compare
Choose a tag to compare
@gonuit gonuit released this 27 Jun 21:12
· 6 commits to main since this release

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

Full Changelog: v0.3.3...v0.4.0