This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[image_picker] add requestFullMetadata for iOS (optional permissions) #4638
[image_picker] add requestFullMetadata for iOS (optional permissions) #4638
Changes from 47 commits
5d3a9aa
4195dca
7d255de
3fd7383
686bc22
1f73191
24d0679
1ba0c73
1084763
a89ad0a
8ff7492
193bbe9
95eef20
e10b24e
f2c2e68
f5f94b2
97efdca
bd3dfeb
b99ba07
3d6c45c
b3e9166
bf3f55c
742b259
d41b390
ead2f62
7b6ace9
0f43653
c6dcc49
9ba71b9
c1fc9da
7f958a6
c825d09
a2ca361
0120c47
0827c80
994e45f
9b39e31
933254e
66f14b2
47098ec
0a811d8
0789a7b
c5966d4
6f32405
217237b
7a4d250
4ee04cb
b3fb220
4d884de
c2240fa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to require the version of the platform interface that has this method in pubspec.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would also be better to pull the iOS changes into a separate PR and land it first so that you can require that version, otherwise someone who only updates this package will not actually get a working implementation of the new parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to reconcile the test changes against #5706 once that lands (which is needed to resolve the current tree breakage, so will be before this PR can land).