open_apple_pay_payment_setup 1.0.0+2 copy "open_apple_pay_payment_setup: ^1.0.0+2" to clipboard
open_apple_pay_payment_setup: ^1.0.0+2 copied to clipboard

PlatformiOS

A Flutter plugin that opens the Apple Pay payment setup screen on iOS devices. Useful for prompting users to configure Apple Pay before initiating payment flows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_apple_pay_payment_setup

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  open_apple_pay_payment_setup: ^1.0.0+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_apple_pay_payment_setup/open_apple_pay_payment_setup.dart';
1
likes
150
points
0
downloads

Publisher

verified publishernavalia.io

Weekly Downloads

A Flutter plugin that opens the Apple Pay payment setup screen on iOS devices. Useful for prompting users to configure Apple Pay before initiating payment flows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_apple_pay_payment_setup

Packages that implement open_apple_pay_payment_setup