Skip to content

Commit

Permalink
null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Dec 16, 2020
1 parent caa26e6 commit 5e89e8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 5.0.0-nullsafety.0
- Migrated flutter_screenutil to non-nullable

# 4.0.0
- Upgrade to 4.0.0

# 4.0.0-beta3
- Optimize the way of initialization

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-beta3
flutter_screenutil: ^5.0.0-nullsafety.0
```
### 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-beta3
flutter_screenutil: ^5.0.0-nullsafety.0
```
### 在每个使用的地方导入包:
```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-beta3
flutter_screenutil: ^5.0.0-nullsafety.0
```
### Adicione o seguinte import em seu código Dart:
Expand Down

0 comments on commit 5e89e8c

Please sign in to comment.