thl 6 years ago
parent
commit
0f8ba63f6e
3 changed files with 11 additions and 4 deletions
  1. 4 0
      CHANGELOG.md
  2. 4 1
      README.md
  3. 3 3
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+### 0.2.6+2
+
+* TODO: fix minimum version dependency.
+
 ### 0.2.6+1
 ### 0.2.6+1
 
 
 * TODO: fix path_provider compatible.
 * TODO: fix path_provider compatible.

+ 4 - 1
README.md

@@ -30,7 +30,10 @@ flutter upgrade
 ```
 ```
 
 
 ## [更新说明](./doc/UPDATELOG.md)
 ## [更新说明](./doc/UPDATELOG.md)
-[common_utils](https://github.com/Sky24n/common_utils)相关更新。。。  
+[common_utils](https://github.com/Sky24n/common_utils)新版本v1.1.3。  
+如果项目中使用了 flustars: ^0.2.6及以上版本。  
+删除pubspec.lock文件,直接运行flutter  packages get 即可使用最新版!  
+
 v1.1.3 (2019.07.10)  
 v1.1.3 (2019.07.10)  
 1、新增TextUtil 银行卡号每隔4位加空格,每隔3三位加逗号,隐藏手机号等等.  
 1、新增TextUtil 银行卡号每隔4位加空格,每隔3三位加逗号,隐藏手机号等等.  
 2、新增EnDecodeUtil md5加密,Base64加/解密.  
 2、新增EnDecodeUtil md5加密,Base64加/解密.  

+ 3 - 3
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 name: flustars
 description: Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
 description: Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
-version: 0.2.6+1
+version: 0.2.6+2
 author: Sky24n <863764940@qq.com>
 author: Sky24n <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars
 homepage: https://github.com/Sky24n/flustars
 
 
@@ -13,8 +13,8 @@ dependencies:
   # Dart 常用工具类库 https://github.com/Sky24n/common_utils
   # Dart 常用工具类库 https://github.com/Sky24n/common_utils
   common_utils: '>=1.1.0 <3.0.0'
   common_utils: '>=1.1.0 <3.0.0'
   # https://github.com/tekartik/synchronized.dart
   # https://github.com/tekartik/synchronized.dart
-  synchronized: '>=0.1.0 <3.0.0'
+  synchronized: '>=1.5.1 <3.0.0'
   # https://github.com/flutter/plugins/tree/master/packages/shared_preferences
   # https://github.com/flutter/plugins/tree/master/packages/shared_preferences
-  shared_preferences: '>=0.1.1 <3.0.0'
+  shared_preferences: '>=0.4.1 <3.0.0'
   # https://github.com/flutter/plugins/tree/master/packages/path_provider
   # https://github.com/flutter/plugins/tree/master/packages/path_provider
   path_provider: '>=0.4.0 <3.0.0'
   path_provider: '>=0.4.0 <3.0.0'