aptoide_iap_android 0.1.0 copy "aptoide_iap_android: ^0.1.0" to clipboard
aptoide_iap_android: ^0.1.0 copied to clipboard

Flutter plugin for the Aptoide Android Billing SDK. Supports in-app purchases, subscriptions, and free trials via the Aptoide Connect platform.

0.1.0 #

Initial release of the Aptoide Android Billing SDK Flutter plugin.

Features #

  • Step 1 — Connection: initialize(publicKey:), endConnection(), isReady
  • Step 2 — Query products: queryProductDetails(productIds:, productType:) for both ProductType.inapp and ProductType.subs
  • Step 3 — Purchase flow: launchBillingFlow(productId:, productType:, …) with support for obfuscatedAccountId, developerPayload, and freeTrial
  • Step 4 — Process purchases: queryPurchases(productType:), consumePurchase(purchaseToken:)
  • Real-time streams: purchasesUpdatedStream and billingStateStream
  • Feature detection: isFeatureSupported(FeatureType) for freeTrials and obfuscatedAccountId
  • Full Dart model classes: BillingResult, ProductDetails, Purchase, QueryProductDetailsResult, QueryPurchasesResult, ConsumeResult, PurchaseUpdateEvent, BillingStateEvent
0
likes
0
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for the Aptoide Android Billing SDK. Supports in-app purchases, subscriptions, and free trials via the Aptoide Connect platform.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on aptoide_iap_android

Packages that implement aptoide_iap_android