in_app_purchase_android 0.1.4+1
in_app_purchase_android: ^0.1.4+1 copied to clipboard
An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
0.1.4+1 #
- Fixed typos.
0.1.4 #
- Added support for launchPriceChangeConfirmationFlow in the BillingClientWrapper and in InAppPurchaseAndroidPlatformAddition.
0.1.3+1 #
- Add payment proxy.
0.1.3 #
- Added support for isFeatureSupported in the BillingClientWrapper and in InAppPurchaseAndroidPlatformAddition.
0.1.2 #
- Added support for the obfuscatedAccountId and obfuscatedProfileId in the PurchaseWrapper.
0.1.1 #
- Added support to request a list of active subscriptions and non-consumed one-time purchases on Android, through the
InAppPurchaseAndroidPlatformAddition.queryPastPurchases
method.
0.1.0+1 #
- Migrate maven repository from jcenter to mavenCentral.
0.1.0 #
- Initial open-source release.