Skip to content
Prev Previous commit
Next Next commit
versioning
  • Loading branch information
LouiseHsu committed Oct 31, 2024
commit 665ddfa19cac4169bd9183d53e21305340004969
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.18+4

* Adds StoreKit 2 support for restoring purchases.

## 0.3.18+3

* Updates Pigeon for non-nullable collection type support.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: in_app_purchase_storekit
description: An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_storekit
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
version: 0.3.18+3
version: 0.3.18+4

environment:
sdk: ^3.3.0
Expand Down