gauge_indicator 0.2.1
gauge_indicator: ^0.2.1 copied to clipboard
An animated, highly customizable, opensource, Flutter gauge widgets.
0.2.1 #
- Updated readme.
- Updated analysis options.
0.2.0 #
- Allow
RadialGaugeto pass the child as a label.- Added
childparameter to theRadialGaugewidget. - Removed
styleandlabelProviderarguments. - Migrated
GaugeLabelProviderclass. - Added
childandbuilderparameters to theAnimatedRadialGaugewidget. - Introduced
RadialGaugeLabelwidget.
- Added
- The
AnimatedRadialGaugevalue is now constrained by theminandmaxparameters. - Added
GaugeLabelProvider.mapconstructor. - Added
AnimatedLinearGaugeandLinearGauge.- Updated
readmewith new features. - Added
LinearGaugeexample page.
- Updated
- Removed obsolete dependencies.
- Redone structure of example project.
- Added 80 char limit to code.
0.1.0 #
- Migrated to the render box.
- Added
flutter_lintspackage for the analysis. - Removed gauge custom painter.
- Renamed
GaugeintoAnimatedRadialGauge.AnimatedRadialGaugeis simplicity animated widget.- Added
initialValuewhich describes the value from which the gauge indicator will be initially animated to the currentvalue.
- Added
RadialGaugewidget, that supports drawing gauge indicator without the animations.
0.0.1 #
- Initial release.