-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update for breaking changes in IAP plugin #123
Conversation
GooglePlay becomes google_play and AppStore becomes app_store
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'm guessing you are waiting on an updated package to be published before we land this PR?
Yep, the PR mentioned in the PR post needs to be released: flutter/plugins/pull/3877 |
I'd suggest marking this PR as WIP until the packages are published. |
any plans for making those samples working ?
|
I'm part way through rebuilding the codelab to use a Dart back end running on Cloud Run, which is more suitable for us to maintain going forward. |
The in_app_purchases package will have some breaking changes soon. This PR adapts the codelab example for the coming breaking changes in flutter/plugins/pull/3877