flutter_echarts
flutter_echarts copied to clipboard
A Flutter widget to use Apache ECharts in a reactive way.
Hi everyone, we are using the Echart in an item from a list builder. Each item is an ExpansionTile ( kind of an accordion widget: https://api.flutter.dev/flutter/material/ExpansionTile-class.html) and we got the...
用flutter_echarts 做统计图,页面比较长,统计图在当前屏刷数据正常变化,不在当前屏刷数据,ios 统计图就白屏,安卓没问题,这是为啥?
implementation of `WebViewPlatform` has been set to `WebViewPlatform.instance` before use. For unit testing, `WebViewPlatform.instance` can be set with your own test implementation. 'package:webview_flutter_platform_interface/src/platform_webview_controller.dart': Failed assertion: line 26 pos 7: 'WebViewPlatform.instance...
为什么会一直在控制台报错 找不到帧的问题 用官网的案例也是同样的 需要配置什么东西么 首次渲染速度慢会白屏一会儿
When I rotate the cell phone and the container where the graph is drawn expands, it does not update the graph, it does not repaint with the available space. ...
flutter_echarts: ^2.5.0 问题描述:在安卓模拟器中,编译失败,在我的真机中正常 日志信息 ``` A Dart VM Service on sdk gphone64 x86 64 is available at: http://127.0.0.1:50190/l6SD-0ypEy8=/ The Flutter DevTools debugger and profiler on sdk gphone64 x86 64 is...
Echarts( option: ''' // option string ''', ),  使用这样的写法 我写动态data的话页面显示为空白  使用jsonEncode(xxx)写法可以正常显示, 但是使用new echarts.graphic.LinearGradien会报错
There are a couple of annoying bugs, I hope they are fixed in the newer version. Thank you!