Skip to content

Commit f716fef

Browse files
author
李卓原
committed
README.md 4.0.0-beta1
1 parent f641aa2 commit f716fef

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+
# 4.0.0-beta1
10+
- change readme
11+
912
# 4.0.0-beta
1013
- Modified the initialization method
1114
- Support font adaptation in themedata

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
flutter:
2424
sdk: flutter
2525
# add flutter_screenutil
26-
flutter_screenutil: ^4.0.0-beta
26+
flutter_screenutil: ^4.0.0-beta1
2727
```
2828
### Add the following imports to your Dart code:
2929
```

README_CN.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
# 添加依赖
31-
flutter_screenutil: ^4.0.0-beta
31+
flutter_screenutil: ^4.0.0-beta1
3232
```
3333
### 在每个使用的地方导入包:
3434
```

README_PT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
flutter:
2525
sdk: flutter
2626
# add flutter_screenutil
27-
flutter_screenutil: ^4.0.0-beta
27+
flutter_screenutil: ^4.0.0-beta1
2828
```
2929

3030
### 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: 4.0.0-beta
3+
version: 4.0.0-beta1
44
homepage: https://github.com/OpenFlutter/flutter_screenutil
55

66
environment:

0 commit comments

Comments
 (0)