Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version
  • Loading branch information
LouiseHsu committed Aug 28, 2024
commit 8455690b586db0c3bdcec6e37f06cf9281bd6165
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.18+1

* Adds support for StoreKit2's `canMakePayments` and `products`

## 0.3.17+2

* Converts FIAPPaymentQueueDeleteTests to swift.
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.17+2
version: 0.3.18+1

environment:
sdk: ^3.2.3
Expand Down