flutter_speedometer
Flutter Speedometer widget package.
Getting Started
In order to use this package, do import
Basic implementation can be done like below code:
Example App
You can find more examples from Example App
API
In this table, you can find all attributes provided by this package:
ATTRIBUTE | DEFAULT VALUE | DESCRIPTION |
---|---|---|
size | 200 | Min value to be displayed |
minValue | 0 | Min value to be displayed |
maxValue | 100 | Max value to be displayed |
currentValue | 0 | Set the current value |
warningValue | 80 | Set the current value |