Browse Source

upgrade photo_manager

lucky1213 4 years ago
parent
commit
2b2693820c
2 changed files with 3 additions and 9 deletions
  1. 1
    1
      pubspec.lock
  2. 2
    8
      pubspec.yaml

+ 1
- 1
pubspec.lock View File

@@ -108,7 +108,7 @@ packages:
108 108
       name: photo_manager
109 109
       url: "https://pub.flutter-io.cn"
110 110
     source: hosted
111
-    version: "0.5.1-dev.4"
111
+    version: "0.5.3"
112 112
   plugin_platform_interface:
113 113
     dependency: transitive
114 114
     description:

+ 2
- 8
pubspec.yaml View File

@@ -1,6 +1,6 @@
1 1
 name: photo
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.5.0-dev.3
3
+version: 0.5.1
4 4
 author: caijinglong<cjl_spy@163.com>
5 5
 homepage: https://github.com/CaiJingLong/flutter_photo
6 6
 
@@ -11,15 +11,9 @@ dependencies:
11 11
   flutter:
12 12
     sdk: flutter
13 13
 
14
-  photo_manager: ^0.5.1-dev.2
14
+  photo_manager: ^0.5.3
15 15
   provider: ^4.0.5
16 16
   image_picker: ^0.6.5
17
-  # photo_manager:
18
-  #   git:
19
-  #     url: https://github.com/CaiJingLong/flutter_photo_manager.git
20
-  #     ref: ffaa6e8470708e63c3456837c8bd6eef7b0d42df
21
-  # photo_manager:
22
-  #   path: ../flutter_photo_manager
23 17
 
24 18
 dev_dependencies:
25 19
   flutter_test: