Showing
3 changed files
with
7 additions
and
12 deletions
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # This is a generated file; do not edit or check into version control. | 2 | # This is a generated file; do not edit or check into version control. |
3 | -export "FLUTTER_ROOT=D:\Develop\flutter" | ||
4 | -export "FLUTTER_APPLICATION_PATH=D:\Develop\Project\flutter_screenutil\example" | ||
5 | -export "FLUTTER_TARGET=lib\main.dart" | 3 | +export "FLUTTER_ROOT=/Users/lizhuoyuan/Development/flutter" |
4 | +export "FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example" | ||
5 | +export "FLUTTER_TARGET=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example/lib/main.dart" | ||
6 | export "FLUTTER_BUILD_DIR=build" | 6 | export "FLUTTER_BUILD_DIR=build" |
7 | -export "SYMROOT=${SOURCE_ROOT}/../build\ios" | ||
8 | -export "OTHER_LDFLAGS=$(inherited) -framework Flutter" | ||
9 | -export "FLUTTER_FRAMEWORK_DIR=D:\Develop\flutter\bin\cache\artifacts\engine\ios" | 7 | +export "SYMROOT=${SOURCE_ROOT}/../build/ios" |
8 | +export "FLUTTER_FRAMEWORK_DIR=/Users/lizhuoyuan/Development/flutter/bin/cache/artifacts/engine/ios" | ||
10 | export "FLUTTER_BUILD_NAME=1.0.0" | 9 | export "FLUTTER_BUILD_NAME=1.0.0" |
11 | export "FLUTTER_BUILD_NUMBER=1" | 10 | export "FLUTTER_BUILD_NUMBER=1" |
12 | -export "DART_OBFUSCATION=false" | ||
13 | -export "TRACK_WIDGET_CREATION=false" | ||
14 | -export "TREE_SHAKE_ICONS=false" | ||
15 | -export "PACKAGE_CONFIG=.packages" | 11 | +export "TRACK_WIDGET_CREATION=true" |
@@ -102,7 +102,7 @@ class _ExampleWidgetState extends State<ExampleWidget> { | @@ -102,7 +102,7 @@ class _ExampleWidgetState extends State<ExampleWidget> { | ||
102 | textAlign: TextAlign.center, | 102 | textAlign: TextAlign.center, |
103 | ), | 103 | ), |
104 | SizedBox( | 104 | SizedBox( |
105 | - height: ScreenUtil().setHeight(100), | 105 | + height: 5.h, |
106 | ), | 106 | ), |
107 | Text('System font scaling factor:${ScreenUtil().textScaleFactor}'), | 107 | Text('System font scaling factor:${ScreenUtil().textScaleFactor}'), |
108 | Column( | 108 | Column( |
@@ -5,7 +5,6 @@ homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta | @@ -5,7 +5,6 @@ homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta | ||
5 | 5 | ||
6 | environment: | 6 | environment: |
7 | sdk: ">=2.6.0 <3.0.0" | 7 | sdk: ">=2.6.0 <3.0.0" |
8 | - flutter: ">=1.19.0-4.3.pre" | ||
9 | 8 | ||
10 | dependencies: | 9 | dependencies: |
11 | flutter: | 10 | flutter: |
-
Please register or login to post a comment