speedometer icon indicating copy to clipboard operation
speedometer copied to clipboard

A simple Speedometer widget for Flutter

Results 7 speedometer issues
Sort by recently updated
recently updated
newest added

put this instead colorScheme: ColorScheme.fromSwatch() .copyWith(secondary: kBaseAccentColor), accentColor

Going foward this needs to support null safety or should this considered abandoned without any updates for the past 2 years.?

Hi, I have a few questions. 1. is there a way to use double values instead of int for start and end? 2. Can the number of decimals shown under...

I need to show 3 range (0-35) as orange , (35-70) as red and the rest as blue color. How can i acheive that ? Only single range option is...

I'm not very good at coding, and I'm trying to use your library. I encountered "NoSuchMethod-Error": ![screenshort-flutter1](https://user-images.githubusercontent.com/45060758/59833214-30776380-9378-11e9-9e41-64c4e67785d0.png) do you have an example which I could look into it? Or explanation...

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?...