Showing
4 changed files
with
5 additions
and
3 deletions
@@ -5,7 +5,6 @@ export "FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_s | @@ -5,7 +5,6 @@ export "FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_s | ||
5 | export "COCOAPODS_PARALLEL_CODE_SIGN=true" | 5 | export "COCOAPODS_PARALLEL_CODE_SIGN=true" |
6 | export "FLUTTER_TARGET=lib/main.dart" | 6 | export "FLUTTER_TARGET=lib/main.dart" |
7 | export "FLUTTER_BUILD_DIR=build" | 7 | export "FLUTTER_BUILD_DIR=build" |
8 | -export "SYMROOT=${SOURCE_ROOT}/../build/ios" | ||
9 | export "FLUTTER_BUILD_NAME=1.0.0" | 8 | export "FLUTTER_BUILD_NAME=1.0.0" |
10 | export "FLUTTER_BUILD_NUMBER=1" | 9 | export "FLUTTER_BUILD_NUMBER=1" |
11 | export "DART_OBFUSCATION=false" | 10 | export "DART_OBFUSCATION=false" |
@@ -148,8 +148,7 @@ class _HomePageState extends State<HomePage> { | @@ -148,8 +148,7 @@ class _HomePageState extends State<HomePage> { | ||
148 | print('Bottom safe zone distance dp:${ScreenUtil().bottomBarHeight}dp'); | 148 | print('Bottom safe zone distance dp:${ScreenUtil().bottomBarHeight}dp'); |
149 | print('Status bar height dp:${ScreenUtil().statusBarHeight}dp'); | 149 | print('Status bar height dp:${ScreenUtil().statusBarHeight}dp'); |
150 | print('The ratio of actual width to UI design:${ScreenUtil().scaleWidth}'); | 150 | print('The ratio of actual width to UI design:${ScreenUtil().scaleWidth}'); |
151 | - print( | ||
152 | - 'The ratio of actual height to UI design:${ScreenUtil().scaleHeight}'); | 151 | + print('The ratio of actual height to UI design:${ScreenUtil().scaleHeight}'); |
153 | print('System font scaling:${ScreenUtil().textScaleFactor}'); | 152 | print('System font scaling:${ScreenUtil().textScaleFactor}'); |
154 | print('0.5 times the screen width:${0.5.sw}dp'); | 153 | print('0.5 times the screen width:${0.5.sw}dp'); |
155 | print('0.5 times the screen height:${0.5.sh}dp'); | 154 | print('0.5 times the screen height:${0.5.sh}dp'); |
@@ -2,6 +2,8 @@ | @@ -2,6 +2,8 @@ | ||
2 | // Generated file. Do not edit. | 2 | // Generated file. Do not edit. |
3 | // | 3 | // |
4 | 4 | ||
5 | +// clang-format off | ||
6 | + | ||
5 | #ifndef GENERATED_PLUGIN_REGISTRANT_ | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ |
6 | #define GENERATED_PLUGIN_REGISTRANT_ | 8 | #define GENERATED_PLUGIN_REGISTRANT_ |
7 | 9 |
-
Please register or login to post a comment