pay_ios 1.1.0 copy "pay_ios: ^1.1.0" to clipboard
pay_ios: ^1.1.0 copied to clipboard

PlatformiOS
unlisted

A plug-in to add support for payments on the iOS side on Flutter applications.

pub package

This is an implementation of the pay_platform_interface package for iOS.

Usage #

With the pay plugin #

This package is the endorsed implementation of the pay plugin, so it gets automatically added to your dependencies by adding the pay package to your pubspec.yaml.

Using this package directly #

If you prefer to integrate or extend this package separately, add it as a dependency in your pubspec.yaml file as follows:

dependencies:
  pay_ios: ^1.1.0
copied to clipboard

Now, you can use the buttons available for the supported payment providers and the methods exposed in the interface that this package uses to communicate with the native end.

RawApplePayButton(
    style: ApplePayButtonStyle.black,
    type: ApplePayButtonType.buy);
copied to clipboard

Note: This is not an officially supported Google product.
1
likes
150
points
60.8k
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.09.29 - 2025.04.13

A plug-in to add support for payments on the iOS side on Flutter applications.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, pay_platform_interface

More

Packages that depend on pay_ios