Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Sarbagya Dhaubanjar
2020-07-26 09:46:08 +0545
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-07-26 09:46:08 +0545
Commit
4cd85dab1f8c93953ab45c3284047045002602b5
4cd85dab
2 parents
a3ae2cbe
2d0d51d6
Merge branch 'beta' into master
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
6 deletions
README.md
README_CN.md
README_PT.md
example/ios/Flutter/flutter_export_environment.sh
example/lib/main.dart
README.md
View file @
4cd85da
# This branch is suitable for the beta version of flutter
# flutter_screenutil
[

](https://pub.dartlang.org/packages/flutter_screenutil)
...
...
README_CN.md
View file @
4cd85da
# 该分支适用于Flutter的Beta版
# flutter_ScreenUtil
...
...
README_PT.md
View file @
4cd85da
# This branch is suitable for the beta version of flutter
# flutter_screenutil
[

](https://pub.dartlang.org/packages/flutter_screenutil)
...
...
example/ios/Flutter/flutter_export_environment.sh
View file @
4cd85da
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export
"FLUTTER_ROOT=/Users/lizhuoyuan/Development/flutter"
export
"FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example"
export
"FLUTTER_TARGET=lib/main.dart"
export
"FLUTTER_ROOT=D:
\D
evelop
\f
lutter"
export
"FLUTTER_APPLICATION_PATH=D:
\D
evelop
\P
roject
\f
lutter_screenutil
\e
xample"
export
"FLUTTER_TARGET=lib
\m
ain.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build/ios"
export
"FLUTTER_FRAMEWORK_DIR=/Users/lizhuoyuan/Development/flutter/bin/cache/artifacts/engine/ios"
export
"SYMROOT=
${
SOURCE_ROOT
}
/../build
\i
os"
export
"OTHER_LDFLAGS=
$(
inherited
)
-framework Flutter"
export
"FLUTTER_FRAMEWORK_DIR=D:
\D
evelop
\f
lutter
\b
in
\c
ache
\a
rtifacts
\e
ngine
\i
os"
export
"FLUTTER_BUILD_NAME=1.0.0"
export
"FLUTTER_BUILD_NUMBER=1"
...
...
example/lib/main.dart
View file @
4cd85da
...
...
@@ -38,7 +38,7 @@ class ExampleWidget extends StatefulWidget {
class
_ExampleWidgetState
extends
State
<
ExampleWidget
>
{
@override
Widget
build
(
BuildContext
context
)
{
printScreenInformation
();
//
printScreenInformation();
return
Scaffold
(
appBar:
AppBar
(
title:
Text
(
widget
.
title
),
...
...
Please
register
or
login
to post a comment