flutter_sinusoidals
flutter_sinusoidals copied to clipboard
Fix path
Currently the Path is drawn by iterating with a for loop over a floating point number. If the size of the sinusoidal is a float, the path is not drawn correctly leaving the decimal places behind. I also adjusted the code by adding inheritance.