This repository has been 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.
[google_sign_in, in_app_purchase_android] Add availability to mock models #5642
[google_sign_in, in_app_purchase_android] Add availability to mock models #5642
Changes from 7 commits
2fbb1db
42b4e3d
2623a1e
0199162
dfac0f8
bc23b59
80fac31
fba8365
55a2726
6114ec9
785280d
4a04334
64c8881
a5ceabd
5453f47
d8c7306
b3b1a63
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'll need to move all of the
google_sign_in_platform_interface
(or all of thegoogle_sign_in
) changes to another PR; this is tripping our check against changing code in multiple parts of a federated plugin at the same time. (In this case it happens to be safe, but it's a sufficiently dangerous thing in general that our CI actually enforces not doing it in most cases.)Just leave a link to the new PR here and I can make sure that the new PR gets reviewed along with this one.
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.
I created a new PR: #5669