Skip to content

Commit

Permalink
README.md 4.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Dec 3, 2020
1 parent f641aa2 commit f716fef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* @Description: Update log
-->

# 4.0.0-beta1
- change readme

# 4.0.0-beta
- Modified the initialization method
- Support font adaptation in themedata
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta1
```
### Add the following imports to your Dart code:
```
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta1
```
### 在每个使用的地方导入包:
```
Expand Down
2 changes: 1 addition & 1 deletion README_PT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^4.0.0-beta
flutter_screenutil: ^4.0.0-beta1
```

### Adicione o seguinte import em seu código Dart:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_screenutil
description: A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version: 4.0.0-beta
version: 4.0.0-beta1
homepage: https://github.com/OpenFlutter/flutter_screenutil

environment:
Expand Down

0 comments on commit f716fef

Please sign in to comment.