Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | ### 使用: |
-
Please register or login to post a comment