Browse Source

photo_manager version

Caijinglong 6 years ago
parent
commit
218af7aaf2
4 changed files with 8 additions and 4 deletions
  1. 4
    0
      CHANGELOG.md
  2. 1
    1
      README.md
  3. 1
    1
      pubspec.lock
  4. 2
    2
      pubspec.yaml

+ 4
- 0
CHANGELOG.md View File

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.1.6] rollback photo_manager version
4
+
5
+sort asset by date
6
+
3
 ## [0.1.5] rollback photo_manager version
7
 ## [0.1.5] rollback photo_manager version
4
 
8
 
5
 ## [0.1.4] fix thumb is null bug
9
 ## [0.1.4] fix thumb is null bug

+ 1
- 1
README.md View File

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

+ 1
- 1
pubspec.lock View File

66
       name: photo_manager
66
       name: photo_manager
67
       url: "https://pub.flutter-io.cn"
67
       url: "https://pub.flutter-io.cn"
68
     source: hosted
68
     source: hosted
69
-    version: "0.1.7"
69
+    version: "0.1.8"
70
   quiver:
70
   quiver:
71
     dependency: transitive
71
     dependency: transitive
72
     description:
72
     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.5
3
+version: 0.1.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
 
11
   flutter:
11
   flutter:
12
     sdk: flutter
12
     sdk: flutter
13
 
13
 
14
-  photo_manager: ^0.1.7
14
+  photo_manager: ^0.1.8
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