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
李卓原
2022-01-14 19:27:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
317d769cae1abc161d5b2f1a0b577ab0b61a9c43
317d769c
1 parent
8cb99f30
5.1.0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
10 deletions
CHANGELOG.md
example/ios/Flutter/AppFrameworkInfo.plist
example/ios/Flutter/flutter_export_environment.sh
example/ios/Runner.xcodeproj/project.pbxproj
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
pubspec.yaml
CHANGELOG.md
View file @
317d769
# 5.1.0
-
Break Change: updated the first initialization method, please refer to README.md
# 5.0.4
-
Break Change : add setContext() , the first initialization method requires calling
-
fix # 310
...
...
example/ios/Flutter/AppFrameworkInfo.plist
View file @
317d769
...
...
@@ -21,6 +21,6 @@
<key>
CFBundleVersion
</key>
<string>
1.0
</string>
<key>
MinimumOSVersion
</key>
<string>
8
.0
</string>
<string>
9
.0
</string>
</dict>
</plist>
...
...
example/ios/Flutter/flutter_export_environment.sh
View file @
317d769
...
...
@@ -3,11 +3,12 @@
export
"FLUTTER_ROOT=/Users/lizhuoyuan/Development/flutter"
export
"FLUTTER_APPLICATION_PATH=/Users/lizhuoyuan/Development/Project/flutter_screenutil/example"
export
"COCOAPODS_PARALLEL_CODE_SIGN=true"
export
"FLUTTER_TARGET=lib/main.dart"
export
"FLUTTER_TARGET=
/Users/lizhuoyuan/Development/Project/flutter_screenutil/example/
lib/main.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"FLUTTER_BUILD_NAME=1.0.0"
export
"FLUTTER_BUILD_NUMBER=1"
export
"DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ=="
export
"DART_OBFUSCATION=false"
export
"TRACK_WIDGET_CREATION=
fals
e"
export
"TRACK_WIDGET_CREATION=
tru
e"
export
"TREE_SHAKE_ICONS=false"
export
"PACKAGE_CONFIG=
.packages
"
export
"PACKAGE_CONFIG=
/Users/lizhuoyuan/Development/Project/flutter_screenutil/example/.dart_tool/package_config.json
"
...
...
example/ios/Runner.xcodeproj/project.pbxproj
View file @
317d769
...
...
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion =
46
;
objectVersion =
50
;
objects = {
/* Begin PBXBuildFile section */
...
...
@@ -139,7 +139,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck =
091
0;
LastUpgradeCheck =
130
0;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
...
...
@@ -292,7 +292,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET =
8
.0;
IPHONEOS_DEPLOYMENT_TARGET =
9
.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
...
...
@@ -339,7 +339,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET =
8
.0;
IPHONEOS_DEPLOYMENT_TARGET =
9
.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
...
...
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
View file @
317d769
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"
091
0"
LastUpgradeVersion =
"
130
0"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
...
...
pubspec.yaml
View file @
317d769
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
5.
0.4
version
:
5.
1.0
homepage
:
https://github.com/OpenFlutter/flutter_screenutil
publish_to
:
https://pub.dev
...
...
Please
register
or
login
to post a comment