-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
[in app purchase] Update PlayBilling Library to 7.0 #147394
[in app purchase] Update PlayBilling Library to 7.0 #147394
Comments
From triage: @zoeyfan Is the request only to update the version, or to also add the new APIs? |
@yaakovschectman both, add new APIs available in the new version of the Play Billing library. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@stuartmorgan I’m working on this migration along with providing new features from the Play Billing 7 library and I have a question on the best API design for exposing https://developer.android.com/reference/com/android/billingclient/api/PendingPurchasesParams.Builder#enablePrepaidPlans() to the Dart client. We have a depracated Should we:
|
@gmackall for input on the above. |
I think adding a new class wrapper
This sounds good to me if we are going to be forced to make a breaking change regardless |
Use case
Creating a feature placeholder to update the PlayBilling Library to 7.0 (or latest version) in the Android part of the plugin. ###
Proposal
Creating a feature placeholder to update the PlayBilling Library to 7.0 (or latest version) in the Android part of the plugin. ###
The text was updated successfully, but these errors were encountered: