fix build issue

首次打开app的隐私政策弹窗,调整留白大小
master
laiiihz 5 years ago
parent 23f56c2b2d
commit 4bd76d685b

@ -31,7 +31,7 @@ class __PrivacyDialogState extends State<_PrivacyDialog> {
Widget build(BuildContext context) {
return Center(
child: Container(
height: rSize(510),
height: rSize(400),
margin: EdgeInsets.symmetric(horizontal: rSize(36)),
decoration: BoxDecoration(
color: Colors.white,
@ -70,7 +70,7 @@ class __PrivacyDialogState extends State<_PrivacyDialog> {
fontSize: rSP(12),
),
),
rHBox(50),
rHBox(20),
GestureDetector(
onTap: () {
CRoute.push(context, PrivacyPageV2());

@ -926,7 +926,7 @@ packages:
name: pull_to_refresh
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.6.2"
version: "1.6.3"
qr:
dependency: transitive
description:

@ -114,7 +114,7 @@ dependencies:
#
# 现版本将smart_refresher.dart 中的enableOverScroll 去掉了手动加上具体代码在refresh_widget.dart中 #########################3
#
pull_to_refresh: ^1.6.2
pull_to_refresh: 1.6.3
flutter_gifimage: ^1.0.0
# 微信登录 支付等

Loading…
Cancel
Save