Skip to content

Commit

Permalink
add dart tag
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Apr 9, 2021
1 parent 552fefe commit 736727c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -213,7 +213,7 @@ Column(
#### Setting font does not change with system font size

APP global:
```
```dart
MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter_ScreenUtil',
Expand Down

0 comments on commit 736727c

Please sign in to comment.