flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

when running the example, there are some issues

Open supertitan opened this issue 1 year ago • 0 comments

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 != null'

supertitan avatar Mar 31 '24 10:03 supertitan