Skip to content

Releases: GeekyAnts/GaugesFlutter

v1.0.4

14 May 20:20
deadcb4
Compare
Choose a tag to compare

Changes

  • Add Custom Track Labels to Radial Gauge
  • Support for Multiple Needle Pointers
  • Support for Multiple Shape Pointers
  • Interactivity for Needle Pointers in RadialGauge
  • Interactivity for Shape Pointers in RadialGauge

Fixes

  • Fixed needle-gap issue in Radial Gauge
  • Fixed Drawing of Pointer over valueBar

What's Changed

Read more

0.0.6+1

18 Jan 07:04
Compare
Choose a tag to compare

0.0.6+1

  • property change from color to backgroundColor in LinearGaugeBoxDecoration
  • 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 controls the visibility of primary rulers (Default is true)
  • Added bool param showSecondaryRulers which controls the visibility of secondary rules (Default is true)

v0.0.5-initial-release

26 Aug 07:30
Compare
Choose a tag to compare

Gauges Flutter

  • Initial release
  • Generate Labels as per width of the screen
  • Generate Labels as per steps given
  • Gradient Color for Container
  • Border Radius

The Complete Checklist of Features

Check List for Linear Gauge Styles

  • Label Font Size.
  • Label Font Color.
  • Height for Primary Rulers.
  • Width for Primary Rulers.
  • Height for Secondary Rulers.
  • Width for Primary Rulers.
  • Guage Container Color.
  • Guage Container Height.
  • Linear Gradient for Gauge Container.
  • Rounded Corners for Gauge Container.
  • Heigh and Width for Primary and Secondary Rulers.
  • Colors for Primary and Secondary Rulers.
  • Show/Hide Labels and Rulers.
  • Show/Hide Gauge Container.
  • Padding for Labels.
  • Padding for Gauge Container.
  • Pointer for showing the Current Reading on Gauge.
  • Horizontal Linear Gauge.
  • Vertical Linear Gauge.
  • Label Placement on different sides.
  • Animation for Linear Gauge