参照API,跑不起来demo
Closed this issue · 2 comments
danlpi commented
FlutterEngine flutterEngine = getFlutterEngine();
getFlutterEngine();找不到,
改成 FlutterEngine flutterEngine = new FlutterEngine(this); 运行报错如下
Unhandled Exception: MissingPluginException(No implementation found for method getUrl on channel kraken)
wssgcg1213 commented
你好, 看起来是插件没有初始化好
wssgcg1213 commented
可能是你的 Flutter 版本太新了, 使用 1.22.x 试试吧