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

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 Dart:

 $ dart pub add open_apple_pay_payment_setup

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 dart pub get):

dependencies:
  open_apple_pay_payment_setup: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_apple_pay_payment_setup

Packages that implement open_apple_pay_payment_setup