File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 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+
16## 0.3.4+9
27
38* [ 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> {
225225
226226 // This loading previous purchases code is just a demo. Please do not use this as it is.
227227 // 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.
229229 Map <String , PurchaseDetails > purchases =
230230 Map .fromEntries (_purchases.map ((PurchaseDetails purchase) {
231231 if (purchase.pendingCompletePurchase) {
Original file line number Diff line number Diff line change 11name : in_app_purchase
22description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33homepage : https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4- version : 0.3.4+9
4+ version : 0.3.4+10
55
66dependencies :
77 async : ^2.0.8
You can’t perform that action at this time.
0 commit comments