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
LiZhuoyuan
2020-09-25 00:34:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ea152915b74279020bd2a5d00402423704cf6f9
6ea15291
1 parent
5f4e810a
3.0.2+1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
CHANGELOG.md
README.md
README_CN.md
README_PT.md
pubspec.yaml
CHANGELOG.md
View file @
6ea1529
...
...
@@ -5,6 +5,9 @@
*
@LastEditTime: 2020年6月20日 11:20:02
*
@Description: Update log
-->
# 3.0.2+1
-
Guide users to use V2 version
# 3.0.2
-
Change the unit of'statusBarHeight' and 'bottomBarHeight' to dp
...
...
README.md
View file @
6ea1529
...
...
@@ -30,7 +30,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^
3.0.2
flutter_screenutil: ^
2.3.1
```
### Add the following imports to your Dart code:
```
...
...
README_CN.md
View file @
6ea1529
...
...
@@ -35,7 +35,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^
3.0.2
flutter_screenutil: ^
2.3.1
```
### 在每个使用的地方导入包:
```
...
...
README_PT.md
View file @
6ea1529
...
...
@@ -30,7 +30,7 @@ dependencies:
flutter:
sdk: flutter
# add flutter_screenutil
flutter_screenutil: ^
3.0.2
flutter_screenutil: ^
2.3.1
```
### Adicione o seguinte import em seu código Dart:
...
...
pubspec.yaml
View file @
6ea1529
name
:
flutter_screenutil
description
:
A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
version
:
3.0.2
version
:
3.0.2
+1
homepage
:
https://github.com/OpenFlutter/flutter_screenutil/tree/beta
environment
:
...
...
Please
register
or
login
to post a comment