Skip to content

Commit 5144545

Browse files
author
李卓原
committed
beta3
1 parent 8af233d commit 5144545

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-beta3
10+
- Optimize the way of initialization
11+
912
# 4.0.0-beta2
1013
- fix error:'window is not a type.'
1114

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-beta1
26+
flutter_screenutil: ^4.0.0-beta3
2727
```
2828
### Add the following imports to your Dart code:
2929
```dart

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-beta1
31+
flutter_screenutil: ^4.0.0-beta3
3232
```
3333
### 在每个使用的地方导入包:
3434
```dart

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-beta3
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-beta2
3+
version: 4.0.0-beta3
44
homepage: https://github.com/OpenFlutter/flutter_screenutil
55

66
environment:

0 commit comments

Comments
 (0)