-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[image_picker_ios] Re-adds Swift Package Manager compatibility #6833
Conversation
a5611ce
to
cf032f1
Compare
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.
LGTM
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.
LGTM.
We could consider adding a TODO comment in Package.swift to add a modulemap with a test module once Cocoapods support is dropped, but since the long-term plan is to migrate everything to Swift anyway I don't feel strongly about it.
flutter/packages@d8e8e8c...11e192a 2024-06-01 engine-flutter-autoroll@skia.org Roll Flutter from c85fa6a to 7eebe29 (26 revisions) (flutter/packages#6836) 2024-05-31 737941+loic-sharma@users.noreply.github.com [image_picker_ios] Re-adds Swift Package Manager compatibility (flutter/packages#6833) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…er#6833) Adds Swift Package Manager compatibility to `image_picker_ios`. The previous attempt, flutter#6617, was partially reverted due to flutter/flutter#148307. This reland uses the new approach proposed in flutter/flutter#148572: the Swift Package Manager package does not have a `.modulemap`. As a result, the plugin no longer has a `.Test` submodule if using Swift Package Manager. Fixes flutter/flutter#146919.
Adds Swift Package Manager compatibility to
image_picker_ios
.The previous attempt, #6617, was partially reverted due to flutter/flutter#148307. This reland uses the new approach proposed in flutter/flutter#148572: the Swift Package Manager package does not have a
.modulemap
. As a result, the plugin no longer has a.Test
submodule if using Swift Package Manager.Fixes flutter/flutter#146919.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style, or this PR is exempt from CHANGELOG changes.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.