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
2021-07-06 10:03:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-07-06 10:03:56 +0800
Commit
7c390652987262f513338b0eea6fe875a1b348db
7c390652
1 parent
cc171bc5
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
7c39065
...
...
@@ -41,7 +41,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
### Initialize and set the fit size and font size to scale according to the system's "font size" accessibility option
Please set the size of the design draft before use, the width and height of the design draft.
The first way:
####
The first way:
```
dart
void
main
(
)
=>
runApp
(
MyApp
());
...
...
@@ -66,7 +66,7 @@ class MyApp extends StatelessWidget {
}
```
The second way:Does not support font adaptation in the textTheme of MaterialApp's theme.
####
The second way:Does not support font adaptation in the textTheme of MaterialApp's theme.
not support this:
```
dart
...
...
Please
register
or
login
to post a comment