LiZhuoyuan
Committed by GitHub

Update README_CN.md

@@ -29,7 +29,6 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; @@ -29,7 +29,6 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
29 29
30 ### 初始化设置尺寸 30 ### 初始化设置尺寸
31 在使用之前请设置好设计稿的宽度和高度,传入设计稿的宽度和高度(单位px) 31 在使用之前请设置好设计稿的宽度和高度,传入设计稿的宽度和高度(单位px)
32 -如果不设置则使用默认尺寸,默认为1080*1920  
33 一定在MaterialApp的home中的页面设置,以保证在每次使用之前设置好了适配尺寸: 32 一定在MaterialApp的home中的页面设置,以保证在每次使用之前设置好了适配尺寸:
34 33
35 ``` 34 ```