Roald Fernandez

Results 2 issues of Roald Fernandez

Unless I've missed something, for this plugin to work, the `pubspec.yaml` file needs to have at least one dependency already configured in the respective category (regular or dev dependency). It...

enhancement
good first issue
question

To my knowledge, echarts doesn't have a way to set/chose a predefined theme, except at init, with something like ```js var chart = echarts.init(dom, 'dark'); ``` This makes renders difficult...