mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-08-06 15:20:24 +08:00
代码格式化
This commit is contained in:
@ -118,13 +118,13 @@ class _HomeState extends State<Home> {
|
|||||||
ListTile(
|
ListTile(
|
||||||
title: const Text('扫码登录'),
|
title: const Text('扫码登录'),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).push(MaterialPageRoute<dynamic>(
|
Navigator.of(context)
|
||||||
|
.push(MaterialPageRoute<dynamic>(
|
||||||
builder: (BuildContext context) => Qrauth(
|
builder: (BuildContext context) => Qrauth(
|
||||||
wechat: _wechat,
|
wechat: _wechat,
|
||||||
),
|
),
|
||||||
)).then((dynamic result) {
|
))
|
||||||
|
.then((dynamic result) {});
|
||||||
});
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
|
Reference in New Issue
Block a user