lizhuoyuan

0.7.0 修复一个拼写错误

1 -# Generated by pub on 2019-11-29 11:35:05.551229. 1 +# Generated by pub on 2019-11-29 11:43:17.634960.
2 async:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/ 2 async:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/
3 boolean_selector:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/boolean_selector-1.0.5/lib/ 3 boolean_selector:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/boolean_selector-1.0.5/lib/
4 charcode:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.2/lib/ 4 charcode:file:///D:/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.2/lib/
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 * @Author: zhuoyuan93@gmail.com 2 * @Author: zhuoyuan93@gmail.com
3 * @Date: 2018-10-16 19:43:03 3 * @Date: 2018-10-16 19:43:03
4 * @LastEditors: zhuoyuan93@gmail.com 4 * @LastEditors: zhuoyuan93@gmail.com
5 - * @LastEditTime: 2019-11-19 11:41 5 + * @LastEditTime: 2019-11-29 11:42
6 * @Description: Update log 6 * @Description: Update log
7 --> 7 -->
8 8
@@ -22,8 +22,8 @@ Please check the latest version before installation. @@ -22,8 +22,8 @@ Please check the latest version before installation.
22 dependencies: 22 dependencies:
23 flutter: 23 flutter:
24 sdk: flutter 24 sdk: flutter
25 - # add flutter_ScreenUtil  
26 - flutter_screenutil: ^0.5.3 25 + # add flutter_screenutil
  26 + flutter_screenutil: ^0.7.0
27 ``` 27 ```
28 28
29 ### Add the following imports to your Dart code: 29 ### Add the following imports to your Dart code:
@@ -27,7 +27,7 @@ dependencies: @@ -27,7 +27,7 @@ dependencies:
27 flutter: 27 flutter:
28 sdk: flutter 28 sdk: flutter
29 # 添加依赖 29 # 添加依赖
30 - flutter_screenutil: ^0.5.3 30 + flutter_screenutil: ^0.7.0
31 ``` 31 ```
32 32
33 ### 在每个使用的地方导入包: 33 ### 在每个使用的地方导入包:
@@ -22,8 +22,8 @@ Por favor, verifique a última versão antes da instalação. @@ -22,8 +22,8 @@ Por favor, verifique a última versão antes da instalação.
22 dependencies: 22 dependencies:
23 flutter: 23 flutter:
24 sdk: flutter 24 sdk: flutter
25 - # add flutter_ScreenUtil  
26 - flutter_screenutil: ^0.5.3 25 + # add flutter_screenutil
  26 + flutter_screenutil: ^0.7.0
27 ``` 27 ```
28 28
29 ### Adicione o seguinte import em seu código Dart: 29 ### Adicione o seguinte import em seu código Dart:
@@ -47,7 +47,7 @@ packages: @@ -47,7 +47,7 @@ packages:
47 path: ".." 47 path: ".."
48 relative: true 48 relative: true
49 source: path 49 source: path
50 - version: "0.6.1" 50 + version: "0.7.0"
51 flutter_test: 51 flutter_test:
52 dependency: "direct dev" 52 dependency: "direct dev"
53 description: flutter 53 description: flutter