Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d82940f

Browse files
authored
[in_app_purchase] Update typo in example main.dart (#3073)
* Update main.dart Documentation typo. * Update CHANGELOG.md * Update pubspec.yaml
1 parent f778027 commit d82940f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/in_app_purchase/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.

packages/in_app_purchase/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

packages/in_app_purchase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4-
version: 0.3.4+9
4+
version: 0.3.4+10
55

66
dependencies:
77
async: ^2.0.8

0 commit comments

Comments
 (0)