错误:flutter/lib/ui/ui_dart_state.cc(199) 未处理的异常:无法调用 flutter

时间:2021-05-25 13:29:34

标签: flutter flutter-layout flutter-dependencies

使用 INKWILL 调用 Mack 图标的这个选项

 _Call() async {
const _url = 'tel:01140654053' ;
if (await canLaunch(_url)) {
  await launch(_url);
} else {
  throw 'could not lanch ';
}

}

和这个错误 E/flutter (8522): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] 未处理的异常:无法启动 E/flutter (8522): #0 _MyHomePageState._Call (package:oonco_helpp/main.dart:105:7) E/颤振(8522): E/颤振(8522):

0 个答案:

没有答案