gskinnerTeam / flutter-universal-platform

A web-safe implementation of dart.io.Platforms. Helps avoid the "Unsupported operation: Platform._operatingSystem" runtime error.
MIT License
105 stars 27 forks source link

echart not working in web #22

Closed matheshwaran closed 2 years ago

matheshwaran commented 2 years ago

Hi , i want add san key chart to my project , am using echarts plugin which is working fine in Mobile, in Web its throwing below error

unsupported operation platform. _operating system flutter

plugin : https://pub.dev/packages/flutter_echarts

Is there any other way that i can use san key chart into flutter web

need your support

esDotDev commented 2 years ago

Nope, they will need to modify their lib to not use Platform, you can fork their lib and do it yourself, or make an issue.