Committed by
GitHub
Merge branch 'beta' into master
Showing
5 changed files
with
10 additions
and
6 deletions
1 | +# This branch is suitable for the beta version of flutter | ||
1 | 2 | ||
2 | # flutter_screenutil | 3 | # flutter_screenutil |
3 | [](https://pub.dartlang.org/packages/flutter_screenutil) | 4 | [](https://pub.dartlang.org/packages/flutter_screenutil) |
1 | +# This branch is suitable for the beta version of flutter | ||
1 | 2 | ||
2 | # flutter_screenutil | 3 | # flutter_screenutil |
3 | [](https://pub.dartlang.org/packages/flutter_screenutil) | 4 | [](https://pub.dartlang.org/packages/flutter_screenutil) |
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=/Users/lizhuoyuan/Development/flutter" | ||
4 | -export "FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example" | ||
5 | -export "FLUTTER_TARGET=lib/main.dart" | 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" | ||
6 | export "FLUTTER_BUILD_DIR=build" | 6 | export "FLUTTER_BUILD_DIR=build" |
7 | -export "SYMROOT=${SOURCE_ROOT}/../build/ios" | ||
8 | -export "FLUTTER_FRAMEWORK_DIR=/Users/lizhuoyuan/Development/flutter/bin/cache/artifacts/engine/ios" | 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" | ||
9 | export "FLUTTER_BUILD_NAME=1.0.0" | 10 | export "FLUTTER_BUILD_NAME=1.0.0" |
10 | export "FLUTTER_BUILD_NUMBER=1" | 11 | export "FLUTTER_BUILD_NUMBER=1" |
@@ -38,7 +38,7 @@ class ExampleWidget extends StatefulWidget { | @@ -38,7 +38,7 @@ class ExampleWidget extends StatefulWidget { | ||
38 | class _ExampleWidgetState extends State<ExampleWidget> { | 38 | class _ExampleWidgetState extends State<ExampleWidget> { |
39 | @override | 39 | @override |
40 | Widget build(BuildContext context) { | 40 | Widget build(BuildContext context) { |
41 | - printScreenInformation(); | 41 | + // printScreenInformation(); |
42 | return Scaffold( | 42 | return Scaffold( |
43 | appBar: AppBar( | 43 | appBar: AppBar( |
44 | title: Text(widget.title), | 44 | title: Text(widget.title), |
-
Please register or login to post a comment