Browse Source

Merge pull request #11 from CaiJingLong/0.1.4

fix android thumb bug and update version
CaiJingLong 6 years ago
parent
commit
ac141818ab
No account linked to committer's email address
4 changed files with 9 additions and 4 deletions
  1. 5
    0
      CHANGELOG.md
  2. 1
    1
      README.md
  3. 1
    1
      pubspec.lock
  4. 2
    2
      pubspec.yaml

+ 5
- 0
CHANGELOG.md View File

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.1.4] fix thumb is null bug
4
+
5
+fix thumb bug.
6
+
3
 ## [0.1.3] support ios icloud asset
7
 ## [0.1.3] support ios icloud asset
4
 
8
 
5
 ## [0.1.2] fix bug
9
 ## [0.1.2] fix bug
10
+
6
 fix all path hasVideo property bug
11
 fix all path hasVideo property bug
7
 
12
 
8
 ## [0.1.1] fix bug and add params
13
 ## [0.1.1] fix bug and add params

+ 1
- 1
README.md View File

30
 
30
 
31
 ```yaml
31
 ```yaml
32
 dependencies:
32
 dependencies:
33
-  photo: ^0.1.3
33
+  photo: ^0.1.4
34
 ```
34
 ```
35
 
35
 
36
 ## import
36
 ## import

+ 1
- 1
pubspec.lock View File

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

+ 2
- 2
pubspec.yaml View File

1
 name: photo
1
 name: photo
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.
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
3
+version: 0.1.4
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
 
11
   flutter:
11
   flutter:
12
     sdk: flutter
12
     sdk: flutter
13
 
13
 
14
-  photo_manager: ^0.1.5
14
+  photo_manager: ^0.1.6
15
   # photo_manager:
15
   # photo_manager:
16
   #   git:
16
   #   git:
17
   #     url: https://github.com/CaiJingLong/flutter_photo_manager.git
17
   #     url: https://github.com/CaiJingLong/flutter_photo_manager.git