File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/in_app_purchase/in_app_purchase_storekit Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.22+1
2
+
3
+ * Fix a channel thread-safety issue when StoreKit2 is enabled.
4
+
1
5
## 0.3.22
2
6
3
7
* Adds ` sync() ` and ` countryCode() ` .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_storekit
2
2
description : An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_storekit
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 0.3.22
5
+ version : 0.3.22+1
6
6
7
7
environment :
8
8
sdk : ^3.4.0
You can’t perform that action at this time.
0 commit comments