pay_ios
A plug-in to add support for payments on the iOS side on Flutter applications.
1.2.0
129K downloads/mo
#1022 most downloaded on pub.dev
google-pay/flutter-plugin
What this package is like to depend on
Last release 2 months ago
19 Jun 2026
Release timing varies
gaps range from 9 days to 1.4 years
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
15 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
15 releases · May 2021 to Jun 2026Releases
latest 15-
1.2.019 Jun 2026 -
1.1.010 Jan 2025Release notes
Open source →Introduce new payment methods available in
PKPaymentNetwork. New values include:- .bankAxept
- .bancontact
- .dankort
- .meeza
- .mir
- .nanaco
- .NAPAS
- .pagoBancomat
- .postFinance
- .tmoney
- .waon
-
1.0.1210 Oct 2024Release notes
Open source →Homogeneize the name of the method channel used to communicate with the platforms available.
-
1.0.1121 Jan 2024Release notes
Open source →Introduce new properties and fixes for the Apple Pay button.
Features
- Surface the
cornerRadiusproperty to theApplePayButtonwidget to allow changing the corner roundness of the Apple Pay button (#127).
Fixes
- Make the
ApplePayButtonwidget reactive to changes in the items used to calculate the price (#235).
- Surface the
-
1.0.1019 Jan 2024Release notes
Open source →Bump versions of dependencies and update static analysis tooling.
Features
-
1.0.931 Jul 2023 -
1.0.824 Jan 2023 -
1.0.701 Jun 2022 -
1.0.631 Jan 2022Release notes
Open source →⚠ BREAKING CHANGES
- The payment result object contains the following changes:
- Added a
postalAddressproperty. - Changed the resulting
nameinPKContactfromStringtoDictionary. - Trimmed
nullproperties before returning the JSON object.
- Added a
Fixes
- The payment result object contains the following changes:
-
1.0.504 Oct 2021Release notes
Open source →Features
- Make the package available for iOS versions lower than 12.0 (#36).
- Capture the dismissal of the payment selector and expose it to the Flutter end through the
onErrorcallback (#90, #61).
Fixes
- Fix not being able to capture a payment result on the second and further payment attempts (#80).
-
1.0.427 May 2021Release notes
Open source →Enrich
dartdoccomments to facilitate the adoption of the package.Fixes
- Fix iOS not returning a result after consecutive payment attempts.
-
1.0.326 May 2021 -
1.0.225 May 2021 -
1.0.118 May 2021 -
1.0.018 May 2021Release notes
Open source →Initial release of the iOS bit for the pay plugin.
Features
- Includes a button widget with the flavors and styles available for Apple Pay.