Skip to content

[in_app_purchase] Update in_app_purchase_storekit version in in_app_purchase #9786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions packages/in_app_purchase/in_app_purchase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.

## 3.2.4
* Updates minimum `in_app_purchase_storekit` version to 0.4.4.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This changelog entry is correct but not very descriptive. To help users understand the value of this update, it would be beneficial to summarize the key changes from the new in_app_purchase_storekit version.

Version 0.4.4 of in_app_purchase_storekit adds support for specifying quantity for consumable purchases on iOS. I recommend including this information in the changelog for better clarity.

Suggested change
* Updates minimum `in_app_purchase_storekit` version to 0.4.4.
* Updates `in_app_purchase_storekit` to `0.4.4`, which adds support for specifying quantity for consumable purchases on iOS.


## 3.2.3
* Updates minimum `in_app_purchase_storekit` version to 0.4.0.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
in_app_purchase_android: ^0.4.0
in_app_purchase_storekit: ^0.4.0
in_app_purchase_storekit: ^0.4.4
shared_preferences: ^2.0.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/in_app_purchase/in_app_purchase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: in_app_purchase
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
version: 3.2.3
version: 3.2.4

environment:
sdk: ^3.6.0
Expand All @@ -23,7 +23,7 @@ dependencies:
sdk: flutter
in_app_purchase_android: ^0.4.0
in_app_purchase_platform_interface: ^1.4.0
in_app_purchase_storekit: ^0.4.0
in_app_purchase_storekit: ^0.4.4

dev_dependencies:
flutter_test:
Expand Down