提交 2429a373 编写于 作者: L lizhuoyuan

0.7.0 修复一个拼写错误

上级 ccb666f4
# 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/
......
......@@ -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
-->
......
......@@ -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:
......
......@@ -27,7 +27,7 @@ dependencies:
flutter:
sdk: flutter
# 添加依赖
flutter_screenutil: ^0.5.3
flutter_screenutil: ^0.7.0
```
### 在每个使用的地方导入包:
......
......@@ -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:
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册