plugins
plugins copied to clipboard
[image_picker] add requestFullMetadata for iOS (optional permissions) - iOS changes
Description
iOS changes for https://github.com/flutter/plugins/pull/4638
Related issues
flutter/flutter#65995
Pre-launch Checklist
- [x] I read the Contributor Guide and followed the process outlined there for submitting PRs.
- [x] I read the Tree Hygiene wiki page, which explains my responsibilities.
- [x] I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use
dart format
.) - [x] I signed the CLA.
- [x] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g.
[shared_preferences]
- [x] I listed at least one issue that this PR fixes in the description above.
- [x] I updated
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes. - [x] I updated
CHANGELOG.md
to add a description of the change, following repository CHANGELOG style. - [x] I updated/added relevant documentation (doc comments with
///
). - [x] I added new tests to check the change I am making, or this PR is test-exempt.
- [x] All existing and new tests are passing.
@stuartmorgan @cyanglaz I moved iOS specific changes to a separate branch, as suggested.
Friendly bump, looks like the nits were addressed.
@PiotrMitkowski Friendly ping :) Are you planning on continuing this PR?
@cyanglaz Sure, I got stuck on waiting for review of this one: https://github.com/flutter/plugins/pull/5914, which blocks further work on adding requestFullMetadata
flag. I wanted to avoid too much pinging, but I guess it's a good time to post it on Discord :)
I will take a look at https://github.com/flutter/plugins/pull/5914
@stuartmorgan @cyanglaz It's ready for your review after implementing optional permissions for multi image picking
@cyanglaz I've fixed the code based on your latest remarks. Right now, I can't see an option to request your another review, so I'm pinging through this comment :)
- The status or check suite dart_unit_tests CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
Thanks for the great work! Is there any schedule for the 0.8.6 version to be published? Really looking forward to it.
It's already available, note it's image_picker_ios
https://pub.dev/packages/image_picker_ios/changelog#086
The PR you'll want to follow to know when you can use this feature as a plugin client is https://github.com/flutter/plugins/pull/5915
Just tried to implement that in my app and seems as it crashes due to permission issue after picking photos. I think it worth noting that here as well. See my comment: https://github.com/flutter/plugins/pull/5915#issuecomment-1246408949