Flutter 拨打电话
Posted 安果移不动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Flutter 拨打电话相关的知识,希望对你有一定的参考价值。
https://pub.dev/packages/url_launcher
import 'package:url_launcher/url_launcher.dart';
new Center(
child: new FlatButton(
onPressed: () => launch("tel:21213123123"),
child: new Text("Call me")),
),
以上是关于Flutter 拨打电话的主要内容,如果未能解决你的问题,请参考以下文章