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

[in_app_purchase] update min Flutter version to 1.20.0 #3887

Merged
merged 1 commit into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update min version to 1.20.0
  • Loading branch information
Chris Yang committed May 13, 2021
commit 1124570ef7b8160da5e57fd5855b88a96721a505
3 changes: 2 additions & 1 deletion packages/in_app_purchase/in_app_purchase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ As part of implementing federated architecture and making the interface compatib
// Present the code redemption sheet.
await iosAddition.presentCodeRedemptionSheet();
// Refresh purchase verification data.
PurchaseVerificationData? verificationData = await iosAddition.refreshPurchaseVerificationData();
PurchaseVerificationData? verificationData = await iosAddition.refreshPurchaseVerificationData();
```
* 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';`;
* Update the minimum supported Flutter version to 1.20.0.

## 0.5.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ flutter:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.9.1+hotfix.2"
flutter: ">=1.20.0"
6 changes: 3 additions & 3 deletions packages/in_app_purchase/in_app_purchase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ version: 0.6.0
dependencies:
flutter:
sdk: flutter

in_app_purchase_platform_interface: ^1.0.0
in_app_purchase_android: ^0.1.0
in_app_purchase_ios: ^0.1.0
in_app_purchase_ios: ^0.1.0


dev_dependencies:
Expand All @@ -34,4 +34,4 @@ flutter:

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=1.20.0"
4 changes: 2 additions & 2 deletions packages/in_app_purchase/in_app_purchase_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ flutter:

dependencies:
in_app_purchase_platform_interface: ^1.0.0

flutter:
sdk: flutter

json_annotation: ^4.0.1
collection: ^1.15.0
meta: ^1.3.0
test: ^1.16.0

dev_dependencies:
build_runner: ^1.11.1
json_serializable: ^4.1.1
Expand Down
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