卓原

修改版本号

@@ -17,7 +17,7 @@ dependencies: @@ -17,7 +17,7 @@ dependencies:
17 flutter: 17 flutter:
18 sdk: flutter 18 sdk: flutter
19 # add flutter_ScreenUtil 19 # add flutter_ScreenUtil
20 - flutter_screenutil: ^0.4.1 20 + flutter_screenutil: ^0.4.2
21 ``` 21 ```
22 22
23 ### Add the following imports to your Dart code: 23 ### Add the following imports to your Dart code:
@@ -20,7 +20,7 @@ dependencies: @@ -20,7 +20,7 @@ dependencies:
20 flutter: 20 flutter:
21 sdk: flutter 21 sdk: flutter
22 # 添加依赖 22 # 添加依赖
23 - flutter_screenutil: ^0.4.1 23 + flutter_screenutil: ^0.4.2
24 ``` 24 ```
25 25
26 ### 在每个使用的地方导入包: 26 ### 在每个使用的地方导入包: