mvitolo / speedometer

A simple Speedometer widget for Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i configure the values ?

pidugusundeep opened this issue · comments

How do i configure the values? i don't see any change in the widget even after changing the start and end positions, is there something else I need to set? btw iam trying to change these values

double _lowerValue = 10.0;
double _upperValue = 40.0;
int start = 0;
int end = 100;
int counter = 0;

Can you specify better the issue?
I have put your values in the example and works with no issue

Simulator Screen Shot - iPhone XR - 2019-03-10 at 12 45 49