open_apple_pay_payment_setup 1.0.0+2
open_apple_pay_payment_setup: ^1.0.0+2 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 Flutter:
$ flutter pub add open_apple_pay_payment_setupThis 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+2Alternatively, 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';