ソースを参照

update version 0.0.6

Caijinglong 6 年 前
コミット
c64066f9e2
共有3 個のファイルを変更した5 個の追加2 個の削除を含む
  1. 3
    0
      CHANGELOG.md
  2. 1
    1
      README.md
  3. 1
    1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md ファイルの表示

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.0.6] add checkbox delegate
4
+users can use CheckBoxDelegate to custom preview right bottom widget
5
+
3
 ## [0.0.5] add a params
6
 ## [0.0.5] add a params
4
 
7
 
5
 add the sort delegate to help user sort gallery
8
 add the sort delegate to help user sort gallery

+ 1
- 1
README.md ファイルの表示

13
 
13
 
14
 ```yaml
14
 ```yaml
15
 dependencies:
15
 dependencies:
16
-  photo: ^0.0.5
16
+  photo: ^0.0.6
17
 ```
17
 ```
18
 
18
 
19
 ## import
19
 ## import

+ 1
- 1
pubspec.yaml ファイルの表示

1
 name: photo
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.
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.0.5
3
+version: 0.0.6
4
 author: caijinglong<cjl_spy@163.com>
4
 author: caijinglong<cjl_spy@163.com>
5
 homepage: https://github.com/CaiJingLong/flutter_photo
5
 homepage: https://github.com/CaiJingLong/flutter_photo
6
 
6