thl 6 年之前
父节点
当前提交
f132e85b1d
共有 3 个文件被更改,包括 12 次插入4 次删除
  1. 4 0
      CHANGELOG.md
  2. 5 1
      README.md
  3. 3 3
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+### 0.2.4
+
+* TODO: synchronized : '>=0.1.0 <3.0.0' , shared_preferences : '>=0.1.1 <1.0.0' .
+
 ## 0.2.3
 
 * TODO: synchronized : any , shared_preferences : any , SpUtil add putObject,getObject,putObjectList,getObjectList。

+ 5 - 1
README.md

@@ -10,10 +10,14 @@
 ### 使用方式:
 ```yaml
 dependencies:
-  flustars: ^0.2.3
+  flustars: ^0.2.4
 ```
 
 ## [更新说明](./doc/UPDATELOG.md)
+v0.2.4 (2019.02.27)  
+synchronized: '>=0.1.0 <3.0.0'  
+hared_preferences: '>=0.1.1 <1.0.0'  
+
 v0.2.3 (2019.02.26)  
 shared_preferences & synchronized 修改为动态依赖~  
 SpUtil 新增putObject,getObject,putObjectList,getObjectList。  

+ 3 - 3
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 description: Flutter common utils library. ScreenUtil, SpUtil, WidgetUtil.
-version: 0.2.3
+version: 0.2.4
 author: thl <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars
 
@@ -12,9 +12,9 @@ dependencies:
     sdk: flutter
 
   # https://github.com/tekartik/synchronized.dart
-  synchronized:
+  synchronized: '>=0.1.0 <3.0.0'
   # https://github.com/flutter/plugins/tree/master/packages/shared_preferences
-  shared_preferences:
+  shared_preferences: '>=0.1.1 <1.0.0'
 
 # For information on the generic Dart part of this file, see the
 # following page: https://www.dartlang.org/tools/pub/pubspec