Skip to content

Commit 6f79c26

Browse files
author
Chris Yang
authored
[in_app_purchase] update min Flutter version to 1.20.0 (flutter#3887)
1 parent fa5050a commit 6f79c26

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

packages/in_app_purchase/in_app_purchase/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ As part of implementing federated architecture and making the interface compatib
2626
// Present the code redemption sheet.
2727
await iosAddition.presentCodeRedemptionSheet();
2828
// Refresh purchase verification data.
29-
PurchaseVerificationData? verificationData = await iosAddition.refreshPurchaseVerificationData();
29+
PurchaseVerificationData? verificationData = await iosAddition.refreshPurchaseVerificationData();
3030
```
3131
* The [store_kit_wrappers](https://pub.dev/documentation/in_app_purchase_ios/latest/store_kit_wrappers/store_kit_wrappers-library.html) have been moved into the [in_app_purchase_ios](https://pub.dev/packages/in_app_purchase_ios) package. They are still available in the [in_app_purchase](https://pub.dev/packages/in_app_purchase) plugin, but to use them it is necessary to import the correct package when using them: `import 'package:in_app_purchase_ios/store_kit_wrappers.dart';`;
32+
* Update the minimum supported Flutter version to 1.20.0.
3233

3334
## 0.5.2
3435

packages/in_app_purchase/in_app_purchase/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ flutter:
2828

2929
environment:
3030
sdk: ">=2.12.0 <3.0.0"
31-
flutter: ">=1.9.1+hotfix.2"
31+
flutter: ">=1.20.0"

packages/in_app_purchase/in_app_purchase/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ version: 0.6.0
66
dependencies:
77
flutter:
88
sdk: flutter
9-
9+
1010
in_app_purchase_platform_interface: ^1.0.0
1111
in_app_purchase_android: ^0.1.0
12-
in_app_purchase_ios: ^0.1.0
12+
in_app_purchase_ios: ^0.1.0
1313

1414

1515
dev_dependencies:
@@ -34,4 +34,4 @@ flutter:
3434

3535
environment:
3636
sdk: ">=2.12.0 <3.0.0"
37-
flutter: ">=1.12.13+hotfix.5"
37+
flutter: ">=1.20.0"

packages/in_app_purchase/in_app_purchase_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ flutter:
1111

1212
dependencies:
1313
in_app_purchase_platform_interface: ^1.0.0
14-
14+
1515
flutter:
1616
sdk: flutter
1717

1818
json_annotation: ^4.0.1
1919
collection: ^1.15.0
2020
meta: ^1.3.0
2121
test: ^1.16.0
22-
22+
2323
dev_dependencies:
2424
build_runner: ^1.11.1
2525
json_serializable: ^4.1.1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy