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
Gabriel Beckman
2022-01-27 15:15:26 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-01-27 15:15:26 -0300
Commit
791f167a1eb6cf1470d9432338b57b6ef3ce33f8
791f167a
1 parent
5f9d6235
Null operator on Chinese README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README_CN.md
README_CN.md
View file @
791f167
...
...
@@ -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
(
...
...
Please
register
or
login
to post a comment