Skip to content

Commit 6ea1529

Browse files
committed
3.0.2+1
1 parent 5f4e810 commit 6ea1529

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* @LastEditTime: 2020年6月20日 11:20:02
66
* @Description: Update log
77
-->
8+
# 3.0.2+1
9+
- Guide users to use V2 version
10+
811
# 3.0.2
912
- Change the unit of'statusBarHeight' and 'bottomBarHeight' to dp
1013

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
flutter:
3131
sdk: flutter
3232
# add flutter_screenutil
33-
flutter_screenutil: ^3.0.2
33+
flutter_screenutil: ^2.3.1
3434
```
3535
### Add the following imports to your Dart code:
3636
```

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
flutter:
3636
sdk: flutter
3737
# 添加依赖
38-
flutter_screenutil: ^3.0.2
38+
flutter_screenutil: ^2.3.1
3939
```
4040
### 在每个使用的地方导入包:
4141
```

README_PT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
flutter:
3131
sdk: flutter
3232
# add flutter_screenutil
33-
flutter_screenutil: ^3.0.2
33+
flutter_screenutil: ^2.3.1
3434
```
3535

3636
### Adicione o seguinte import em seu código Dart:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_screenutil
22
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
44
homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta
55

66
environment:

0 commit comments

Comments
 (0)