Skip to content

Commit 2a2f2b5

Browse files
committed
3.0.0 readme
1 parent 555793a commit 2a2f2b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-beta.1
31+
flutter_screenutil: ^3.0.0
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: ^2.3.0
36+
flutter_screenutil: ^3.0.0
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: ^2.3.0
31+
flutter_screenutil: ^3.0.0
3232
```
3333

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

0 commit comments

Comments
 (0)