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
2022-05-18 18:34:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-05-18 18:34:52 +0800
Commit
b7f1fcaade9921ea737ab68d94128be9b5ad7723
b7f1fcaa
1 parent
a736ecc8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
b7f1fca
...
...
@@ -72,7 +72,7 @@ class MyApp extends StatelessWidget {
designSize:
const
Size
(
360
,
690
),
minTextAdapt:
true
,
splitScreenMode:
true
,
builder:
(
child
)
{
builder:
(
c
ontext
,
c
hild
)
{
return
MaterialApp
(
debugShowCheckedModeBanner:
false
,
title:
'First Method'
,
...
...
Please
register
or
login
to post a comment