in_app_purchase_android 0.1.5+1
in_app_purchase_android: ^0.1.5+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.5+1 #
- Fix a broken link in the README.
0.1.5 #
- Introduced the
SkuDetailsWrapper.introductoryPriceAmountMicrosfield of the correct type (int) and deprecated theSkuDetailsWrapper.introductoryPriceMicrosfield. - Update dev_dependency
build_runnerto ^2.0.0 andjson_serializableto ^5.0.2.
0.1.4+7 #
- Ensure that the
SkuDetailsWrapper.introductoryPriceMicrosis populated correctly.
0.1.4+6 #
- Ensure that purchases correctly indicate whether they are acknowledged or not. The
PurchaseDetails.pendingCompletePurchasefield now correctly indicates if the purchase still needs to be completed.
0.1.4+5 #
- Add
implementsto pubspec. - Updated Android lint settings.
0.1.4+4 #
- Removed dependency on the
testpackage.
0.1.4+3 #
- Updated installation instructions in README.
0.1.4+2 #
- Added price currency symbol to SkuDetailsWrapper.
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.queryPastPurchasesmethod.
0.1.0+1 #
- Migrate maven repository from jcenter to mavenCentral.
0.1.0 #
- Initial open-source release.