瀏覽代碼

update version

cjl_macbook 6 年之前
父節點
當前提交
6533b27c7b
共有 4 個檔案被更改,包括 16 行新增9 行删除
  1. 2
    0
      CHANGELOG.md
  2. 6
    1
      README.md
  3. 1
    1
      pubspec.lock
  4. 7
    7
      pubspec.yaml

+ 2
- 0
CHANGELOG.md 查看文件

@@ -1,5 +1,7 @@
1 1
 # CHANGELOG
2 2
 
3
+## [0.1.3] support ios icloud asset
4
+
3 5
 ## [0.1.2] fix bug
4 6
 fix all path hasVideo property bug
5 7
 

+ 6
- 1
README.md 查看文件

@@ -4,6 +4,11 @@
4 4
 ![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)
5 5
 
6 6
 image picker, multi picker
7
+
8
+support ios icloud
9
+
10
+support video
11
+
7 12
 use flutter as ui
8 13
 
9 14
 if you want to build custom ui, you just need api to make custom ui. to use [photo_manager](https://github.com/CaiJingLong/flutter_photo_manager)
@@ -24,7 +29,7 @@ so PhotoPicker.pickImage return type will change to List<AssetEntity>
24 29
 
25 30
 ```yaml
26 31
 dependencies:
27
-  photo: ^0.1.2
32
+  photo: ^0.1.3
28 33
 ```
29 34
 
30 35
 ## import

+ 1
- 1
pubspec.lock 查看文件

@@ -213,7 +213,7 @@ packages:
213 213
       name: photo_manager
214 214
       url: "https://pub.flutter-io.cn"
215 215
     source: hosted
216
-    version: "0.1.4"
216
+    version: "0.1.5"
217 217
   plugin:
218 218
     dependency: transitive
219 219
     description:

+ 7
- 7
pubspec.yaml 查看文件

@@ -1,6 +1,6 @@
1 1
 name: photo
2
-description: image picker, multi picker,use flutter as ui, if you want to build custom ui,you just use photo_manager.
3
-version: 0.1.2
2
+description: image picker, multi picker support video / icloud asset ,use flutter as ui, if you want to build custom ui,you just use photo_manager.
3
+version: 0.1.3
4 4
 author: caijinglong<cjl_spy@163.com>
5 5
 homepage: https://github.com/CaiJingLong/flutter_photo
6 6
 
@@ -11,11 +11,11 @@ dependencies:
11 11
   flutter:
12 12
     sdk: flutter
13 13
 
14
-  photo_manager: ^0.1.4
15
-#  photo_manager:
16
-#    git:
17
-#      url: https://github.com/CaiJingLong/flutter_photo_manager.git
18
-#      ref: e5890aa4bf18b2c56f22a9d49bc590c2e4341301
14
+  photo_manager: ^0.1.5
15
+  # photo_manager:
16
+  #   git:
17
+  #     url: https://github.com/CaiJingLong/flutter_photo_manager.git
18
+  #     ref: 11705633cbd01724af6aaa6aa8c8b9ca86ea385c
19 19
 #  photo_manager:
20 20
 #    path: /Users/caijinglong/code/flutter/plugin/flutter_photo_manager/
21 21