geekyants_flutter_gauges 1.0.0+5
geekyants_flutter_gauges: ^1.0.0+5 copied to clipboard
A linear gauge package for Flutter that displays progress and can be customized for appearance and behavior.
1.0.0+5 3 May 2023 #
Fixes
- Updated Readme and docs
1.0.0+4 3 May 2023 #
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
colortobackgroundColorinLinearGaugeBoxDecoration
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