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.87k stars 1.78k forks source link

Fix unsupported environment access on web #1568

Closed julianscheel closed 9 months ago

julianscheel commented 10 months ago

The Platform.environment can not be be accessed in flutter web. Remove the check when running on web to prevent an exception.

Fixes #1565.

Coinners commented 9 months ago

@imaNNeo

imaNNeo commented 9 months ago

Thanks!