瀏覽代碼

update 0.0.8

Caijinglong 6 年之前
父節點
當前提交
ab138c9200
共有 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.8] fix bug
4
+DefaultCheckBoxBuilderDelegate params checkColor not valid bug
5
+
3
 ## [0.0.7] fix bug
6
 ## [0.0.7] fix bug
4
 fix dividerColor not valid bug
7
 fix dividerColor not valid bug
5
 
8
 

+ 1
- 1
README.md 查看文件

13
 
13
 
14
 ```yaml
14
 ```yaml
15
 dependencies:
15
 dependencies:
16
-  photo: ^0.0.7
16
+  photo: ^0.0.8
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.7
3
+version: 0.0.8
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