File tree 6 files changed +12
-4
lines changed
in_app_purchase_platform_interface
6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.11
2
+
3
+ * Updates documentation reference of ` finishPurchase ` to ` completePurchase ` .
4
+
1
5
## 3.1.10
2
6
3
7
* Updates example code for current versions of Flutter.
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ class InAppPurchase implements InAppPurchasePlatformAdditionProvider {
195
195
/// Restored purchases are delivered through the [purchaseStream] with a
196
196
/// status of [PurchaseStatus.restored] . You should listen for these purchases,
197
197
/// validate their receipts, deliver the content and mark the purchase complete
198
- /// by calling the [finishPurchase ] method for each purchase.
198
+ /// by calling the [completePurchase ] method for each purchase.
199
199
///
200
200
/// This does not return consumed products. If you want to restore unused
201
201
/// consumable products, you need to persist consumable product information
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase
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 : 3.1.10
5
+ version : 3.1.11
6
6
7
7
environment :
8
8
sdk : " >=2.19.0 <4.0.0"
Original file line number Diff line number Diff line change
1
+ ## 1.3.6
2
+
3
+ * Updates documentation reference of ` finishPurchase ` to ` completePurchase ` .
4
+
1
5
## 1.3.5
2
6
3
7
* Adds pub topics to package metadata.
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ abstract class InAppPurchasePlatform extends PlatformInterface {
182
182
/// Restored purchases are delivered through the [purchaseStream] with a
183
183
/// status of [PurchaseStatus.restored] . You should listen for these purchases,
184
184
/// validate their receipts, deliver the content and mark the purchase complete
185
- /// by calling the [finishPurchase ] method for each purchase.
185
+ /// by calling the [completePurchase ] method for each purchase.
186
186
///
187
187
/// This does not return consumed products. If you want to restore unused
188
188
/// consumable products, you need to persist consumable product information
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/in_app_purcha
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
5
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
6
6
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7
- version : 1.3.5
7
+ version : 1.3.6
8
8
9
9
environment :
10
10
sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments