@@ -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),
],
),
- )
+ ),
);
@@ -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: