Skip to content

Commit 5e89e8c

Browse files
author
李卓原
committed
null safety
1 parent caa26e6 commit 5e89e8c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 5.0.0-nullsafety.0
22
- Migrated flutter_screenutil to non-nullable
33

4+
# 4.0.0
5+
- Upgrade to 4.0.0
6+
47
# 4.0.0-beta3
58
- Optimize the way of initialization
69

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-beta3
26+
flutter_screenutil: ^5.0.0-nullsafety.0
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-beta3
31+
flutter_screenutil: ^5.0.0-nullsafety.0
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-beta3
27+
flutter_screenutil: ^5.0.0-nullsafety.0
2828
```
2929
3030
### Adicione o seguinte import em seu código Dart:

0 commit comments

Comments
 (0)