-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add-to-app iOS flutter_post_install post_install documentation #7032
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
Conversation
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 with a couple tweaks. I googled but couldn't find in what release that flutter_post_install was added, but couldn't find that info. Instead of saying "recently added" (which goes stale soon), I'd prefer to say in what release it was added.
flutter/flutter#101943 is in master but hasn't yet been tagged in a beta yet so it doesn't have a release number. I wrote the script so it will work on any version of Flutter, with or without that change.
|
|
Great! Thanks for that info, Jenn. Let's merge it now! |
Filed #7039 to track. |
Description of what this PR is changing or adding, and why:
Add-to-app host
Podfiles will be required to callflutter_post_install(installer)when flutter/flutter#101943 merges. The addition ofdefined?(flutter_post_install)will allowpod installto succeed on versions of Flutter that do not yet haveflutter_post_installavailable.Issues fixed by this PR (if any): None
Presubmit checklist