This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## 0.3.4+10
3
+
4
+ * Fixed typo 'verity' for 'verify'.
5
+
1
6
## 0.3.4+9
2
7
3
8
* [ iOS] Fixed: purchase dialog not showing always.
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ class _MyAppState extends State<MyApp> {
225
225
226
226
// This loading previous purchases code is just a demo. Please do not use this as it is.
227
227
// In your app you should always verify the purchase data using the `verificationData` inside the [PurchaseDetails] object before trusting it.
228
- // We recommend that you use your own server to verity the purchase data.
228
+ // We recommend that you use your own server to verify the purchase data.
229
229
Map <String , PurchaseDetails > purchases =
230
230
Map .fromEntries (_purchases.map ((PurchaseDetails purchase) {
231
231
if (purchase.pendingCompletePurchase) {
Original file line number Diff line number Diff line change 1
1
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
homepage : https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4
- version : 0.3.4+9
4
+ version : 0.3.4+10
5
5
6
6
dependencies :
7
7
async : ^2.0.8
You can’t perform that action at this time.
0 commit comments