flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

formatter怎么调用flutter的方法呢?

Open momtboy opened this issue 5 years ago • 1 comments

比如我需要判断语言环境?怎么在formatter里面去调用flutter的方法呢?

momtboy avatar Oct 20 '20 02:10 momtboy

flutter 向 js 传递信息通过option,只能传可转换为json的 js 向 flutter 传递信息通过 onMessage, 也要想办法转换为字符串

entronad avatar Oct 20 '20 03:10 entronad