This commit is contained in:
v7lin
2019-12-02 22:36:01 +08:00
parent 4d2f57b2c3
commit 836dc889da
4 changed files with 67 additions and 68 deletions

View File

@ -94,7 +94,7 @@ class _HomeState extends State<Home> {
title: const Text('环境检查'),
onTap: () async {
String content =
'wechat: ${await _wechat.isWechatInstalled()} - ${await _wechat.isWechatSupportApi()}';
'wechat: ${await _wechat.isInstalled()} - ${await _wechat.isSupportApi()}';
_showTips('环境检查', content);
},
),