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

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

@ -114,7 +114,7 @@ dependencies:
# #
# 现版本将smart_refresher.dart 中的enableOverScroll 去掉了手动加上具体代码在refresh_widget.dart中 #########################3 # 现版本将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 flutter_gifimage: ^1.0.0
# 微信登录 支付等 # 微信登录 支付等
@ -212,7 +212,7 @@ dependencies:
package_signature: package_signature:
git: git:
url: git@192.168.2.201:aku_fe/package_signature.git url: git@192.168.2.201:aku_fe/package_signature.git
raw_toast: ^0.0.1 raw_toast: ^0.0.1
hive: ^1.4.4+1 hive: ^1.4.4+1

Loading…
Cancel
Save