li_zy
Committed by GitHub

Update README.md

@@ -31,7 +31,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; @@ -31,7 +31,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
31 推荐在项目入口中设置,以保证在每次使用之前设置好了适配尺寸: 31 推荐在项目入口中设置,以保证在每次使用之前设置好了适配尺寸:
32 32
33 ``` 33 ```
34 -ScreenUtil.instance = new ScreenUtil(width: 360, height: 720); 34 + ScreenUtil.instance = new ScreenUtil(width: 750, height: 1334);
35 ``` 35 ```
36 36
37 ### 使用: 37 ### 使用: