LiZhuoyuan
Committed by GitHub

Update README.md

@@ -26,7 +26,6 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; @@ -26,7 +26,6 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
26 26
27 ### Initialize the setup size 27 ### Initialize the setup size
28 Please set the width and height of the design draft before use, the width and height of the design draft (unit px). 28 Please set the width and height of the design draft before use, the width and height of the design draft (unit px).
29 -If not set, the default size is used. The default is 1080*1920.  
30 Be sure to set the page in the MaterialApp's home to ensure that the fit size is set before each use: 29 Be sure to set the page in the MaterialApp's home to ensure that the fit size is set before each use:
31 30
32 ``` 31 ```