Skip to content

Commit

Permalink
beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Dec 16, 2020
1 parent 8af233d commit 5144545
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-beta3
- Optimize the way of initialization

# 4.0.0-beta2
- fix error:'window is not a type.'

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-beta1
flutter_screenutil: ^4.0.0-beta3
```
### Add the following imports to your Dart code:
```dart
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-beta1
flutter_screenutil: ^4.0.0-beta3
```
### 在每个使用的地方导入包:
```dart
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-beta3
```
### 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-beta2
version: 4.0.0-beta3
homepage: https://github.com/OpenFlutter/flutter_screenutil

environment:
Expand Down

0 comments on commit 5144545

Please sign in to comment.