Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

102 lines (63 loc) · 1.94 KB

1.0.4

Features

  • Add Custom Track Labels to Radial Gauge

Fixes

  • Fixed needle-gap issue in Radial Gauge

1.0.3

Fixes

  • Fixed Drawing of Pointer over valueBar

1.0.2

Features

  • Support for Multiple Needle Pointers
  • Support for Multiple Shape Pointers
  • Interactivity for Needle Pointers in RadialGauge
  • Interactivity for Shape Pointers in RadialGauge

Fixes

  • More control over positioning RadialGauge
  • Refactored RadialGauge
  • More control over styling of NeedlePointer

1.0.1

Fixes

  • Re Architechtured LinearGauge
  • Support for Pointer Interactivity
  • Support for Widget Pointers
  • Each element is now converted as RenderObject

Features

  • Support for RadialGauge [Pre-Release]

1.0.0+5

Fixes

  • Updated Readme and docs

1.0.0+4

Fixes

  • Support for Labels on Pointers

Feature

  • Support for Animations (Gauge Animations along with Pointer & ValueBar animations)
  • Support for CustomCurve

1.0.0+3

Updated Example

1.0.0+2

Minor fixes for analyzer

1.0.0+1

Minor fixes

1.0.0

  • Support for Vertical Orientation
  • Support for RulerPosition
  • Support for Custom Labels
  • Support for Inverse Rulers
  • Support for Extended LinearGauge
  • Support for multiple ValueBars
  • Support for ValueBar position
  • Support for ValueBar Thickness
  • Support for multiple Pointers
  • Support for Pointer Alignment
  • Support for Pointer Position
  • Support for RangeLinearGauge

0.0.6+1

  • property change from color to backgroundColor in LinearGaugeBoxDecoration

0.0.6

  • Added bool param showLabel which controls the visibility of labels (Default is true)
  • Added TextStyle param textStyle which will style the label text
  • Added bool param showPrimaryRulers which will control the visibility of primary rulers (Default is true)
  • Added bool param showSecondaryRulers which control the visibility of secondary rules (Default is true)

0.0.5

  • Initial Release