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
LiZhuoyuan
2020-09-29 11:56:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-29 11:56:57 +0800
Commit
5240c03a0f055b3e8fe8ff2f07eded2191f45fb1
5240c03a
1 parent
36b25de9
Update README_PT.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README_PT.md
README_PT.md
View file @
5240c03
...
...
@@ -48,7 +48,7 @@ Certifique-se de definir as dimensões na paginal inicial do MaterialApp (ou sej
void
main
(
)
{
WidgetsFlutterBinding
.
ensureInitialized
();
//Set the fit size (fill in the screen size of the device in the design) If the design is based on the size of the iPhone6 (iPhone6 750*1334)
ScreenUtil
.
init
(
designSize:
Size
(
750
,
1334
),
allowFontScaling:
false
);
ScreenUtil
.
init
(
context
,
designSize:
Size
(
750
,
1334
),
allowFontScaling:
false
);
runApp
(
MyApp
());
}
...
...
Please
register
or
login
to post a comment