|
@@ -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.3.4+1
|
|
3
|
+version: 0.4.0
|
4
|
4
|
author: caijinglong<cjl_spy@163.com>
|
5
|
5
|
homepage: https://github.com/CaiJingLong/flutter_photo
|
6
|
6
|
|
|
@@ -11,11 +11,11 @@ dependencies:
|
11
|
11
|
flutter:
|
12
|
12
|
sdk: flutter
|
13
|
13
|
|
14
|
|
- # photo_manager: ^0.3.4
|
15
|
|
- photo_manager:
|
16
|
|
- git:
|
17
|
|
- url: https://github.com/CaiJingLong/flutter_photo_manager.git
|
18
|
|
- ref: ffaa6e8470708e63c3456837c8bd6eef7b0d42df
|
|
14
|
+ photo_manager: ^0.4.0
|
|
15
|
+ # photo_manager:
|
|
16
|
+ # git:
|
|
17
|
+ # url: https://github.com/CaiJingLong/flutter_photo_manager.git
|
|
18
|
+ # ref: ffaa6e8470708e63c3456837c8bd6eef7b0d42df
|
19
|
19
|
# photo_manager:
|
20
|
20
|
# path: ../flutter_photo_manager
|
21
|
21
|
|