This commit is contained in:
v7lin
2020-06-17 01:13:12 +08:00
parent c47f9c19c0
commit 86ffbbc855
5 changed files with 907 additions and 8 deletions

View File

@ -84,7 +84,7 @@ class _HomeState extends State<Home> {
title: const Text('登录'),
onTap: () {
_tencent.login(
scope: [TencentScope.GET_SIMPLE_USERINFO],
scope: <String>[TencentScope.GET_SIMPLE_USERINFO],
);
},
),