in_app_purchase_storekit 0.3.0 in_app_purchase_storekit: ^0.3.0 copied to clipboard
An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
0.3.0 #
- BREAKING CHANGE:
InAppPurchaseStoreKitPlatform.restorePurchase()
emits an empty instance ofList<ProductDetails>
when there were no transactions to restore, indicating that the restore procedure has finished.
0.2.1 #
- Renames
in_app_purchase_ios
toin_app_purchase_storekit
to facilitate future macOS support.