imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.86k stars 1.78k forks source link

Remove redundant import of 'dart:math' #1683

Closed ksw2000 closed 2 months ago

ksw2000 commented 5 months ago

Removes the redundant import of 'dart:math'. The package was imported twice, once with an alias and once without. Only the alias import ('dart:math' as math) is kept for clarity and to avoid potential conflicts.

imaNNeo commented 2 months ago

Ahhh, Good catch! Thank you