flutter_applepay_sdk 0.0.3 copy "flutter_applepay_sdk: ^0.0.3" to clipboard
flutter_applepay_sdk: ^0.0.3 copied to clipboard

PlatformiOS

This is Wallet SDK for Apple Pay. It is a Flutter plugin that provides functionality to integrate Apple Pay into Flutter applications. Powered by Bonum.

flutter_applepay_sdk #

A new Flutter plugin project.

Getting Started #

install the package

import the package 
import 'package:flutter_applepay_sdk/flutter_applepay_sdk.dart';

flutter_applepay_sdk #

Future

final networkDetails = {
  'url': 'your request url',
  'method': '',
  'header': [
    "Content-Type: application/json",
    "Authorization:"
  ],
  'body': jsonEncode({
    'data': "ecrypted data",
    'holderName': " name of the card",
    'phoneNumber': "phone number "
  }),
};
0
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

This is Wallet SDK for Apple Pay. It is a Flutter plugin that provides functionality to integrate Apple Pay into Flutter applications. Powered by Bonum.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_applepay_sdk

Packages that implement flutter_applepay_sdk