Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2020-12-16 20:40:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e89e8c01f30a610f26f5dd2c6c76fdafffe04b9
5e89e8c0
1 parent
caa26e61
null safety
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
CHANGELOG.md
README.md
README_CN.md
README_PT.md
CHANGELOG.md
View file @
5e89e8c
# 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
...
...
README.md
View file @
5e89e8c
...
...
@@ -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
...
...
README_CN.md
View file @
5e89e8c
...
...
@@ -28,7 +28,7 @@ dependencies:
flutter
:
sdk
:
flutter
# 添加依赖
flutter_screenutil
:
^
4.0.0-beta3
flutter_screenutil
:
^
5.0.0-nullsafety.0
```
### 在每个使用的地方导入包:
```
dart
...
...
README_PT.md
View file @
5e89e8c
...
...
@@ -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:
...
...
Please
register
or
login
to post a comment