File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
* @LastEditTime: 2020年6月20日 11:20:02
6
6
* @Description: Update log
7
7
-->
8
+ # 3.0.2+1
9
+ - Guide users to use V2 version
10
+
8
11
# 3.0.2
9
12
- Change the unit of'statusBarHeight' and 'bottomBarHeight' to dp
10
13
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies:
30
30
flutter:
31
31
sdk: flutter
32
32
# add flutter_screenutil
33
- flutter_screenutil: ^3.0.2
33
+ flutter_screenutil: ^2.3.1
34
34
```
35
35
### Add the following imports to your Dart code:
36
36
```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies:
35
35
flutter:
36
36
sdk: flutter
37
37
# 添加依赖
38
- flutter_screenutil: ^3.0.2
38
+ flutter_screenutil: ^2.3.1
39
39
```
40
40
### 在每个使用的地方导入包:
41
41
```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies:
30
30
flutter:
31
31
sdk: flutter
32
32
# add flutter_screenutil
33
- flutter_screenutil: ^3.0.2
33
+ flutter_screenutil: ^2.3.1
34
34
```
35
35
36
36
### Adicione o seguinte import em seu código Dart:
Original file line number Diff line number Diff line change 1
1
name : flutter_screenutil
2
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
4
homepage : https://github.com/OpenFlutter/flutter_screenutil/tree/beta
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments