thl 7 tahun lalu
induk
melakukan
e01469dfe4
2 mengubah file dengan 6 tambahan dan 2 penghapusan
  1. 4 0
      CHANGELOG.md
  2. 2 2
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## 0.1.7
+
+* TODO: Dio v1.0.12.
+
 ## 0.1.6
 
 * TODO: Dio Util, print http log, singleton mode.

+ 2 - 2
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 description: Flutter common utils library. DioUtil, SpUtil, ScreenUtil, WidgetUtil.
-version: 0.1.6
+version: 0.1.7
 author: thl <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars
 
@@ -16,7 +16,7 @@ dependencies:
   # https://github.com/flutter/plugins/tree/master/packages/shared_preferences
   shared_preferences: ^0.4.3
   # https://github.com/flutterchina/dio
-  dio: ^1.0.11
+  dio: ^1.0.12
 
 
 # For information on the generic Dart part of this file, see the