pay_ios 1.0.5
pay_ios: ^1.0.5 copied to clipboard
A plug-in to add support for payments on the iOS side on Flutter applications.
Changelog #
1.0.5 (2021-10-04) #
Features #
- [#36] Make the package available for iOS versions lower than 12.0.
- [#90, #61] Capture the dismissal of the payment selector and expose it to the Flutter end through the
onError
callback.
Fixes #
- [#80] Fix not being able to capture a payment result on the second and further payment attempts.
1.0.4 (2021-05-27) #
Enrich dartdoc
comments to facilitate the adoption of the package.
Fixes #
- Fix iOS not returning a result after consecutive payment attempts.
1.0.2 (2021-05-25) #
- Update dependencies.