【发布时间】:2018-01-13 08:53:15
【问题描述】:
我尝试通过我的 Flutter 应用拨打电话。使用以下代码:
UrlLauncher.launch('tel: xxxxxxxx');
我在 GitHub Flutter repo 上找到了这个函数:https://github.com/flutter/flutter/issues/4856
但这对我不起作用。这个函数是否还在 Flutter 中,在哪个包中?还是有更好的选择可以通过我的应用拨打电话?
【问题讨论】:
-
这能回答你的问题吗? How can I dial the phone from Flutter?
标签: flutter dart phone-call