LiZhuoyuan

3.0.2+1

@@ -5,6 +5,9 @@ @@ -5,6 +5,9 @@
5 * @LastEditTime: 2020年6月20日 11:20:02 5 * @LastEditTime: 2020年6月20日 11:20:02
6 * @Description: Update log 6 * @Description: Update log
7 --> 7 -->
  8 +# 3.0.2+1
  9 +- Guide users to use V2 version
  10 +
8 # 3.0.2 11 # 3.0.2
9 - Change the unit of'statusBarHeight' and 'bottomBarHeight' to dp 12 - Change the unit of'statusBarHeight' and 'bottomBarHeight' to dp
10 13
@@ -30,7 +30,7 @@ dependencies: @@ -30,7 +30,7 @@ dependencies:
30 flutter: 30 flutter:
31 sdk: flutter 31 sdk: flutter
32 # add flutter_screenutil 32 # add flutter_screenutil
33 - flutter_screenutil: ^3.0.2 33 + flutter_screenutil: ^2.3.1
34 ``` 34 ```
35 ### Add the following imports to your Dart code: 35 ### Add the following imports to your Dart code:
36 ``` 36 ```
@@ -35,7 +35,7 @@ dependencies: @@ -35,7 +35,7 @@ dependencies:
35 flutter: 35 flutter:
36 sdk: flutter 36 sdk: flutter
37 # 添加依赖 37 # 添加依赖
38 - flutter_screenutil: ^3.0.2 38 + flutter_screenutil: ^2.3.1
39 ``` 39 ```
40 ### 在每个使用的地方导入包: 40 ### 在每个使用的地方导入包:
41 ``` 41 ```
@@ -30,7 +30,7 @@ dependencies: @@ -30,7 +30,7 @@ dependencies:
30 flutter: 30 flutter:
31 sdk: flutter 31 sdk: flutter
32 # add flutter_screenutil 32 # add flutter_screenutil
33 - flutter_screenutil: ^3.0.2 33 + flutter_screenutil: ^2.3.1
34 ``` 34 ```
35 35
36 ### Adicione o seguinte import em seu código Dart: 36 ### Adicione o seguinte import em seu código Dart:
1 name: flutter_screenutil 1 name: flutter_screenutil
2 description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models 2 description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
3 -version: 3.0.2 3 +version: 3.0.2+1
4 homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta 4 homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta
5 5
6 environment: 6 environment: