gauge_indicator 0.2.0-dev.1
gauge_indicator: ^0.2.0-dev.1 copied to clipboard
Package that provides a gauge indicator widget.
0.1.0 #
- Migrated to the render box.
- Added
flutter_lints
package for the analysis. - Removed gauge custom painter.
- Renamed
Gauge
intoAnimatedRadialGauge
.AnimatedRadialGauge
is simplicity animated widget.- Added
initialValue
which describes the value from which the gauge indicator will be initially animated to the currentvalue
.
- Added
RadialGauge
widget, that supports drawing gauge indicator without the animations.
0.0.1 #
- Initial release.