Skip to content

feat: add ApplePayButtonType.continue_ support on iOS 15.0+ - #333

Open
stephenmcd wants to merge 1 commit into
mainfrom
feature/apple-pay-continue-button
Open

feat: add ApplePayButtonType.continue_ support on iOS 15.0+#333
stephenmcd wants to merge 1 commit into
mainfrom
feature/apple-pay-continue-button

Conversation

@stephenmcd

@stephenmcd stephenmcd commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Expose PKPaymentButtonType.continue through the ApplePayButtonType enum as ApplePayButtonType.continue_ to avoid Dart keyword clash. Map the new value to PKPaymentButtonType.continue behind an #available(iOS 15.0, *) guard, falling back to .plain on older OS versions.

Closes #328

⚠️
Hello, and thank you for your contributions!

Please review the following checklist before creating a new pull request:

  • Review and contribute to existing pull requests and open issues to avoid redundant efforts.
  • Read the contribution guidelines.
  • Assign reviewers.
  • If applicable, include a reference to related issues.
  • If this is a new feature, create an issue and coordinate with other contributors to make sure the feature can be made available in all platforms supported.

⚠️ Delete this block before creating the pull request.

Describe the changes proposed

A clear and concise description of the changes included in this pull request.

Screenshots / Videos

If useful, include any screeshots or screencasts to better explain the change.

Additional context

Add any other context about the change here.

Expose PKPaymentButtonType.continue through the ApplePayButtonType enum as ApplePayButtonType.continue_ to avoid Dart keyword clash. Map the new value to PKPaymentButtonType.continue behind an #available(iOS 15.0, *) guard, falling back to .plain on older OS versions.
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.

[pay_ios] Add support for PKPaymentButtonType.continue (iOS 15+)

1 participant