李卓原

add dart tag

... ... @@ -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',
... ...