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-01-28 09:37:17 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2022-01-28 09:37:17 +0800
Commit
30a18a0ab24cfbb7f41bc5abd3b88e91b091d595
30a18a0a
2 parents
cf54fc56
6bed8618
Merge pull request #330 from gfb-47/master
Null Operator on Readme
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
README.md
README_CN.md
README_PT.md
README.md
View file @
30a18a0
...
...
@@ -102,7 +102,7 @@ class MyApp extends StatelessWidget {
return
MediaQuery
(
//Setting font does not change with system font size
data:
MediaQuery
.
of
(
context
).
copyWith
(
textScaleFactor:
1.0
),
child:
widget
,
child:
widget
!
,
);
},
theme:
ThemeData
(
...
...
README_CN.md
View file @
30a18a0
...
...
@@ -73,7 +73,7 @@ class MyApp extends StatelessWidget {
return
MediaQuery
(
//Setting font does not change with system font size
data:
MediaQuery
.
of
(
context
).
copyWith
(
textScaleFactor:
1.0
),
child:
widget
,
child:
widget
!
,
);
},
theme:
ThemeData
(
...
...
README_PT.md
View file @
30a18a0
...
...
@@ -69,7 +69,7 @@ class MyApp extends StatelessWidget {
return
MediaQuery
(
//Setting font does not change with system font size
data:
MediaQuery
.
of
(
context
).
copyWith
(
textScaleFactor:
1.0
),
child:
widget
,
child:
widget
!
,
);
},
theme:
ThemeData
(
...
...
Please
register
or
login
to post a comment