Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Updated readme to mention MacOS as a supported platform.
  • Loading branch information
IVLIVS-III committed Dec 2, 2022
commit 5fda30883449875413491350d07217a5156f6c9a
8 changes: 4 additions & 4 deletions packages/in_app_purchase/in_app_purchase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ A storefront-independent API for purchases in Flutter apps.
<!-- If this package were in its own repo, we'd put badges here -->

This plugin supports in-app purchases (_IAP_) through an _underlying store_,
which can be the App Store (on iOS) or Google Play (on Android).
which can be the App Store (on iOS and MacOS) or Google Play (on Android).

| | Android | iOS |
|-------------|---------|------|
| **Support** | SDK 16+ | 9.0+ |
| | Android | iOS | MacOS |
|-------------|---------|------|--------|
| **Support** | SDK 16+ | 9.0+ | 10.15+ |

<p>
<img src="https://github.com/flutter/plugins/blob/main/packages/in_app_purchase/in_app_purchase/doc/iap_ios.gif?raw=true"
Expand Down