Skip to content

Commit 1eca02e

Browse files
committed
deps: Add image_picker at latest
Toward #61, "Open camera to take and share a photo".
1 parent 2bd2187 commit 1eca02e

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ PODS:
3838
- DKImagePickerController/PhotoGallery
3939
- Flutter
4040
- Flutter (1.0.0)
41+
- image_picker_ios (0.0.1):
42+
- Flutter
4143
- path_provider_foundation (0.0.1):
4244
- Flutter
4345
- FlutterMacOS
@@ -53,6 +55,7 @@ DEPENDENCIES:
5355
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
5456
- file_picker (from `.symlinks/plugins/file_picker/ios`)
5557
- Flutter (from `Flutter`)
58+
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
5659
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
5760
- share_plus (from `.symlinks/plugins/share_plus/ios`)
5861

@@ -72,6 +75,8 @@ EXTERNAL SOURCES:
7275
:path: ".symlinks/plugins/file_picker/ios"
7376
Flutter:
7477
:path: Flutter
78+
image_picker_ios:
79+
:path: ".symlinks/plugins/image_picker_ios/ios"
7580
path_provider_foundation:
7681
:path: ".symlinks/plugins/path_provider_foundation/darwin"
7782
share_plus:
@@ -84,6 +89,7 @@ SPEC CHECKSUMS:
8489
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
8590
file_picker: ce3938a0df3cc1ef404671531facef740d03f920
8691
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
92+
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
8793
path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
8894
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
8995
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68

pubspec.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,46 @@ packages:
361361
url: "https://pub.dev"
362362
source: hosted
363363
version: "4.0.2"
364+
image_picker:
365+
dependency: "direct main"
366+
description:
367+
name: image_picker
368+
sha256: f202f5d730eb8219e35e80c4461fb3a779940ad30ce8fde1586df756e3af25e6
369+
url: "https://pub.dev"
370+
source: hosted
371+
version: "0.8.7+3"
372+
image_picker_android:
373+
dependency: transitive
374+
description:
375+
name: image_picker_android
376+
sha256: "1ea6870350f56af8dab716459bd9d5dc76947e29e07a2ba1d0c172eaaf4f269c"
377+
url: "https://pub.dev"
378+
source: hosted
379+
version: "0.8.6+7"
380+
image_picker_for_web:
381+
dependency: transitive
382+
description:
383+
name: image_picker_for_web
384+
sha256: "98f50d6b9f294c8ba35e25cc0d13b04bfddd25dbc8d32fa9d566a6572f2c081c"
385+
url: "https://pub.dev"
386+
source: hosted
387+
version: "2.1.12"
388+
image_picker_ios:
389+
dependency: transitive
390+
description:
391+
name: image_picker_ios
392+
sha256: a1546ff5861fc15812953d4733b520c3d371cec3d2859a001ff04c46c4d81883
393+
url: "https://pub.dev"
394+
source: hosted
395+
version: "0.8.7+3"
396+
image_picker_platform_interface:
397+
dependency: transitive
398+
description:
399+
name: image_picker_platform_interface
400+
sha256: "1991219d9dbc42a99aff77e663af8ca51ced592cd6685c9485e3458302d3d4f8"
401+
url: "https://pub.dev"
402+
source: hosted
403+
version: "2.6.3"
364404
intl:
365405
dependency: "direct main"
366406
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies:
4949
device_info_plus: ^8.1.0
5050
file_picker: ^5.2.7
5151
app_settings: ^4.2.0
52+
image_picker: ^0.8.7+3
5253

5354
dev_dependencies:
5455
flutter_test:

0 commit comments

Comments
 (0)