|
|
|
@ -86,6 +86,8 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
SizedBox( |
|
|
|
|
height: 20.h, |
|
|
|
|
), |
|
|
|
|
if (kDebugMode) |
|
|
|
|
textItem("ip: ${socketClient.ip}\nport: ${socketClient.port}\nid: ${socketClient.userId}"), |
|
|
|
|
GestureDetector( |
|
|
|
|
onTap: (){ |
|
|
|
|
// updateApp(); |
|
|
|
@ -103,15 +105,6 @@ class _AboutPage extends State<AboutPage> {
|
|
|
|
|
}, |
|
|
|
|
child: textItem(S.of(context).shiyongbangzhu), |
|
|
|
|
), |
|
|
|
|
if (kDebugMode) |
|
|
|
|
InkWell( |
|
|
|
|
onTap: () { |
|
|
|
|
Navigator.of(context).pushNamed( |
|
|
|
|
'/router/help_feedback_page' |
|
|
|
|
); |
|
|
|
|
}, |
|
|
|
|
child: textItem("ip:${socketClient.ip} port:${socketClient.port} id:${socketClient.userId}"), |
|
|
|
|
), |
|
|
|
|
if (!Platform.isAndroid) |
|
|
|
|
GestureDetector( |
|
|
|
|
child: settingSingleItem(S.of(context).geiwopingfen), |
|
|
|
|