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
李卓原
2021-04-09 11:23:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
736727c04b24ba9afec68f4535eb1e7b63a4fbde
736727c0
1 parent
552fefef
add dart tag
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
736727c
...
...
@@ -58,7 +58,7 @@ class MyApp extends StatelessWidget {
}
```
The second way:Does not support the use of font adaptation in the App
```
```
dart
class
MyApp
extends
StatelessWidget
{
@override
Widget
build
(
BuildContext
context
)
{
...
...
@@ -213,7 +213,7 @@ Column(
#### Setting font does not change with system font size
APP global:
```
```
dart
MaterialApp
(
debugShowCheckedModeBanner:
false
,
title:
'Flutter_ScreenUtil'
,
...
...
Please
register
or
login
to post a comment