Hello, Thanks for the awesome package!
I was wondering if there are plans to migrate the Google Play Billing Library to version 7 for this package?
My app crashes when I try to upgrade/downgrade a subscription plan.
I looked into it deeper and the reason is because.
BillingFlowParams.ProrationMode
https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.ProrationMode.
has been deprecated and replaced with.
SubscriptionUpdateParams.ReplacementMode
https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.SubscriptionUpdateParams.ReplacementMode
I am currently using 7.1.1 in my app/build.gradle dependencies because other my other flutter packages depend on it.
Hello, Thanks for the awesome package!
I was wondering if there are plans to migrate the Google Play Billing Library to version 7 for this package?
My app crashes when I try to upgrade/downgrade a subscription plan.
I looked into it deeper and the reason is because.
BillingFlowParams.ProrationModehttps://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.ProrationMode.
has been deprecated and replaced with.
SubscriptionUpdateParams.ReplacementModehttps://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.SubscriptionUpdateParams.ReplacementMode
I am currently using 7.1.1 in my app/build.gradle dependencies because other my other flutter packages depend on it.