Skip to content

IOS in app purchase migrate#8469

Open
jigar-f wants to merge 5 commits intomainfrom
jigar/in-app-purchase
Open

IOS in app purchase migrate#8469
jigar-f wants to merge 5 commits intomainfrom
jigar/in-app-purchase

Conversation

@jigar-f
Copy link
Contributor

@jigar-f jigar-f commented Feb 13, 2026

Depends on

This pull request removes the dependency_overrides section from the pubspec.yaml file, specifically eliminating the override for the in_app_purchase_storekit package.

@jigar-f jigar-f self-assigned this Feb 17, 2026
@jigar-f jigar-f marked this pull request as ready for review February 27, 2026 06:42
@jigar-f jigar-f requested a review from Copilot February 27, 2026 06:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a Flutter dependency_overrides pin for in_app_purchase_storekit so the project uses the transitive in_app_purchase-resolved StoreKit implementation version, aligning with the intended iOS in-app purchase migration and related dependency upgrades.

Changes:

  • Removed dependency_overrides for in_app_purchase_storekit from pubspec.yaml.
  • Updated dependency resolution in pubspec.lock (StoreKit goes from overridden 0.3.22+1 to transitive 0.4.7).
  • Updated iOS CocoaPods lockfile checksum for in_app_purchase_storekit.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Removes the explicit override so StoreKit is resolved normally via dependencies.
pubspec.lock Captures the new resolved in_app_purchase_storekit version and metadata.
ios/Podfile.lock Reflects the updated plugin pod checksum after dependency resolution changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants