Browse Source

[update]更新buid号,修复新人引导ui问题

Destiny 1 year ago
parent
commit
c2abd8c200
2 changed files with 3 additions and 3 deletions
  1. 2 2
      lib/dialog/guide_dialog.dart
  2. 1 1
      pubspec.yaml

+ 2 - 2
lib/dialog/guide_dialog.dart

@@ -70,7 +70,7 @@ void mainGuide(GlobalKey topGuide, {VoidCallback? knowCallback}) {
               Positioned(
                 left: 0,
                 right: 0,
-                bottom: 8.h,
+                bottom: 8.h + ScreenUtil().bottomBarHeight,
                 child: Column(
                   children: [
                     GestureDetector(
@@ -133,7 +133,7 @@ void mainGuide(GlobalKey topGuide, {VoidCallback? knowCallback}) {
                         .image(width: 66.w, height: 66.w),
                   ],
                 ),
-              )
+              ),
             ],
           ),
         );

+ 1 - 1
pubspec.yaml

@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 1.0.7+107
+version: 1.0.7+27
 
 
 environment: