Skip to content

Commit 0425de6

Browse files
committed
feat:add wechat_assets_picker
1 parent f8515c1 commit 0425de6

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

ios/Podfile.lock

+12-6
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ PODS:
99
- FMDB (2.7.5):
1010
- FMDB/standard (= 2.7.5)
1111
- FMDB/standard (2.7.5)
12-
- image_picker (0.0.1):
13-
- Flutter
1412
- MTBBarcodeScanner (5.0.11)
1513
- package_info (0.0.1):
1614
- Flutter
1715
- path_provider (0.0.1):
1816
- Flutter
1917
- "permission_handler (5.0.1+1)":
2018
- Flutter
19+
- photo_manager (0.0.1):
20+
- Flutter
2121
- shared_preferences (0.0.1):
2222
- Flutter
2323
- sqflite (0.0.2):
@@ -26,18 +26,21 @@ PODS:
2626
- SwiftProtobuf (1.9.0)
2727
- url_launcher (0.0.1):
2828
- Flutter
29+
- video_player (0.0.1):
30+
- Flutter
2931

3032
DEPENDENCIES:
3133
- barcode_scan (from `.symlinks/plugins/barcode_scan/ios`)
3234
- Flutter (from `Flutter`)
3335
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
34-
- image_picker (from `.symlinks/plugins/image_picker/ios`)
3536
- package_info (from `.symlinks/plugins/package_info/ios`)
3637
- path_provider (from `.symlinks/plugins/path_provider/ios`)
3738
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
39+
- photo_manager (from `.symlinks/plugins/photo_manager/ios`)
3840
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
3941
- sqflite (from `.symlinks/plugins/sqflite/ios`)
4042
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
43+
- video_player (from `.symlinks/plugins/video_player/ios`)
4144

4245
SPEC REPOS:
4346
trunk:
@@ -52,35 +55,38 @@ EXTERNAL SOURCES:
5255
:path: Flutter
5356
flutter_local_notifications:
5457
:path: ".symlinks/plugins/flutter_local_notifications/ios"
55-
image_picker:
56-
:path: ".symlinks/plugins/image_picker/ios"
5758
package_info:
5859
:path: ".symlinks/plugins/package_info/ios"
5960
path_provider:
6061
:path: ".symlinks/plugins/path_provider/ios"
6162
permission_handler:
6263
:path: ".symlinks/plugins/permission_handler/ios"
64+
photo_manager:
65+
:path: ".symlinks/plugins/photo_manager/ios"
6366
shared_preferences:
6467
:path: ".symlinks/plugins/shared_preferences/ios"
6568
sqflite:
6669
:path: ".symlinks/plugins/sqflite/ios"
6770
url_launcher:
6871
:path: ".symlinks/plugins/url_launcher/ios"
72+
video_player:
73+
:path: ".symlinks/plugins/video_player/ios"
6974

7075
SPEC CHECKSUMS:
7176
barcode_scan: a5c27959edfafaa0c771905bad0b29d6d39e4479
7277
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
7378
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
7479
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
75-
image_picker: 9c3312491f862b28d21ecd8fdf0ee14e601b3f09
7680
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
7781
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
7882
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
7983
permission_handler: eac8e15b4a1a3fba55b761d19f3f4e6b005d15b6
84+
photo_manager: f7c619c2cc8c2adb8d85c63363babac477de9c67
8085
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
8186
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
8287
SwiftProtobuf: ecbec1be9036d15655f6b3443a1c4ea693c97932
8388
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
89+
video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
8490

8591
PODFILE CHECKSUM: 08e41981fcdc78ff11c898bc59c6c49635c114b3
8692

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies:
3939
flutter_local_notifications: ^3.0.1+4
4040
pull_to_refresh: ^1.6.2
4141
characters: ^1.0.0
42+
wechat_assets_picker: ^4.2.2
4243

4344

4445
# The following adds the Cupertino Icons font to your application.

0 commit comments

Comments
 (0)