Closed volgin closed 4 years ago
If max value equals min value, an unhandled exception is thrown by this code because it attempts to divide by zero:
final divider = (max - min) / 100; return (value - previous).abs() ~/ divider * 15;
Thanks Volgin. I will be releasing an update soon and will address this bug in it too.
Fixed in 1.1.0
If max value equals min value, an unhandled exception is thrown by this code because it attempts to divide by zero: