Skip to content

Commit e80e119

Browse files
committed
update readme
1 parent 2a2f2b5 commit e80e119

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
@@ -6,6 +6,9 @@
66
* @Description: Update log
77
-->
88

9+
# 3.0.1
10+
- update readme
11+
912
# 3.0.0
1013
- After a period of experimentation, I think it's time to release the official version
1114

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
flutter:
2929
sdk: flutter
3030
# add flutter_screenutil
31-
flutter_screenutil: ^3.0.0
31+
flutter_screenutil: ^3.0.1
3232
```
3333
### Add the following imports to your Dart code:
3434
```

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
flutter:
3434
sdk: flutter
3535
# 添加依赖
36-
flutter_screenutil: ^3.0.0
36+
flutter_screenutil: ^3.0.1
3737
```
3838
### 在每个使用的地方导入包:
3939
```

README_PT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
flutter:
2929
sdk: flutter
3030
# add flutter_screenutil
31-
flutter_screenutil: ^3.0.0
31+
flutter_screenutil: ^3.0.1
3232
```
3333

3434
### 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.0
3+
version: 3.0.1
44
homepage: https://github.com/OpenFlutter/flutter_screenutil/tree/beta
55

66
environment:

0 commit comments

Comments
 (0)