[in_app_purchase_android] Introduced new ReplacementMode for Android's billing client#6515
Merged
auto-submit[bot] merged 9 commits intoflutter:mainfrom May 22, 2024
Merged
Conversation
11 tasks
Contributor
Author
|
@bparrishMines I have made this PR in favor of #6403 (comment). Any chance it can be reviewed? |
bparrishMines
requested changes
May 7, 2024
Contributor
bparrishMines
left a comment
There was a problem hiding this comment.
LGTM
@gmackall could you give this a secondary review
gmackall
approved these changes
May 7, 2024
Member
gmackall
left a comment
There was a problem hiding this comment.
LGTM minus the nits @bparrishMines requested
Contributor
Author
|
I made the requested changes. I have however made a mistake with rebasing the branch with |
Contributor
Author
|
Anything missing from my end? |
domesticmouse
requested changes
May 12, 2024
domesticmouse
approved these changes
May 13, 2024
Contributor
Author
|
@bparrishMines I have made the changes you requested, could you review it? |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduced new
ReplacementModefor Android's billing client and deprecatedProrationMode.This PR is a follow-up on #6403, where it was decided that we should not replace the
ProrationModewithReplacementMode, but instead only deprecateProrationMode. The reason for a new PR is also thatin_app_purchase_androidversion0.3.3changed internal platform communication to Pigeon, which meant I had to make major changes to my original PR.List which issues are fixed by this PR. You must list at least one issue.
flutter/flutter#128957
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.mdto add a description of the change, [following repository CHANGELOG style].///).