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
2019-11-29 11:46:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2429a373544f7e644668170ba44f206f4ac441ee
2429a373
1 parent
ccb666f4
0.7.0 修复一个拼写错误
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
.packages
CHANGELOG.md
README.md
README_CN.md
README_PT.md
example/pubspec.lock
.packages
View file @
2429a37
# Generated by pub on 2019-11-29 11:
35:05.551229
.
# Generated by pub on 2019-11-29 11:
43:17.634960
.
async:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/
boolean_selector:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/boolean_selector-1.0.5/lib/
charcode:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.2/lib/
...
...
CHANGELOG.md
View file @
2429a37
...
...
@@ -2,7 +2,7 @@
*
@Author: zhuoyuan93@gmail.com
*
@Date: 2018-10-16 19:43:03
*
@LastEditors: zhuoyuan93@gmail.com
*
@LastEditTime: 2019-11-
19 11:41
*
@LastEditTime: 2019-11-
29 11:42
*
@Description: Update log
-->
...
...
README.md
View file @
2429a37
...
...
@@ -22,8 +22,8 @@ Please check the latest version before installation.
dependencies:
flutter:
sdk: flutter
# add flutter_ScreenUtil
flutter_screenutil: ^0.5.3
# add flutter_screenutil
flutter_screenutil: ^0.7.0
```
### Add the following imports to your Dart code:
...
...
README_CN.md
View file @
2429a37
...
...
@@ -27,7 +27,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^0.
5.3
flutter_screenutil: ^0.
7.0
```
### 在每个使用的地方导入包:
...
...
README_PT.md
View file @
2429a37
...
...
@@ -22,8 +22,8 @@ Por favor, verifique a última versão antes da instalação.
dependencies:
flutter:
sdk: flutter
# add flutter_ScreenUtil
flutter_screenutil: ^0.5.3
# add flutter_screenutil
flutter_screenutil: ^0.7.0
```
### Adicione o seguinte import em seu código Dart:
...
...
example/pubspec.lock
View file @
2429a37
...
...
@@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.
6.1
"
version: "0.
7.0
"
flutter_test:
dependency: "direct dev"
description: flutter
...
...
Please
register
or
login
to post a comment