in_app_subscription_bundle 0.0.12
in_app_subscription_bundle: ^0.0.12 copied to clipboard
A plugin to make in app purchase easy.
0.0.1 #
- Describe initial release.
0.0.2 #
- Fixing issue and adding new feature.
0.0.3 #
- Manage free or paid sheet for android in more easy way.
0.0.4 #
- Manage past purchase item and show as selected at app end without need any api call.
0.0.5 #
- Handle expired subscription from play console function added for android.
0.0.6 #
- Handle past subscription for IOS using appStoreKit.
0.0.7 #
- Add subscription plan model class to handle or manage subscription duration dynamically and easily.
0.0.8 #
- Provide the feature that from now you can choose that you want to check active subscription using api or Stores only.
0.0.9 #
- Add cancel subscription api feature for Android and remove all the unnecessary packages.
0.0.10 #
- fix ios issue for buyConsumable.
0.0.11 #
- ios fix for buyConsumable.
0.0.12 #
- Converted plugin to a completely backend-less architecture.
- Added full native support for both Consumable and Non-Consumable (Subscriptions & One-Time) products.
- Implemented dynamic runtime parsing of billing periods directly from Google Play (ISO 8601) and Apple App Store (StoreKit) APIs.
- Fixed partial product loading so available products load even if some IDs are pending or missing on the store.
- Added
onConsumablePurchasedcallback for crediting local inventories easily.