- Updated readme.
- Updated analysis options.
- Allow
RadialGauge
to pass the child as a label.- Added
child
parameter to theRadialGauge
widget. - Removed
style
andlabelProvider
arguments. - Migrated
GaugeLabelProvider
class. - Added
child
andbuilder
parameters to theAnimatedRadialGauge
widget. - Introduced
RadialGaugeLabel
widget.
- Added
- The
AnimatedRadialGauge
value is now constrained by themin
andmax
parameters. - Added
GaugeLabelProvider.map
constructor. - Added
AnimatedLinearGauge
andLinearGauge
.- Updated
readme
with new features. - Added
LinearGauge
example page.
- Updated
- Removed obsolete dependencies.
- Redone structure of example project.
- Added 80 char limit to code.
- 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.
- Initial release.