airwallex_payment_flutter 0.3.1 copy "airwallex_payment_flutter: ^0.3.1" to clipboard
airwallex_payment_flutter: ^0.3.1 copied to clipboard

Official Airwallex Flutter plugin for accepting payments on Android and iOS. Supports cards, Apple Pay, Google Pay, and major e-wallets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add airwallex_payment_flutter

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

dependencies:
  airwallex_payment_flutter: ^0.3.1

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:airwallex_payment_flutter/airwallex.dart';
import 'package:airwallex_payment_flutter/airwallex_payment_flutter_method_channel.dart';
import 'package:airwallex_payment_flutter/airwallex_payment_flutter_platform_interface.dart';
import 'package:airwallex_payment_flutter/types/apple_pay_options.dart';
import 'package:airwallex_payment_flutter/types/apple_pay_options.g.dart';
import 'package:airwallex_payment_flutter/types/billing.dart';
import 'package:airwallex_payment_flutter/types/billing.g.dart';
import 'package:airwallex_payment_flutter/types/card.dart';
import 'package:airwallex_payment_flutter/types/card.g.dart';
import 'package:airwallex_payment_flutter/types/card_brand.dart';
import 'package:airwallex_payment_flutter/types/environment.dart';
import 'package:airwallex_payment_flutter/types/google_pay_options.dart';
import 'package:airwallex_payment_flutter/types/google_pay_options.g.dart';
import 'package:airwallex_payment_flutter/types/merchant_trigger_reason.dart';
import 'package:airwallex_payment_flutter/types/next_triggered_by.dart';
import 'package:airwallex_payment_flutter/types/payment_consent.dart';
import 'package:airwallex_payment_flutter/types/payment_consent.g.dart';
import 'package:airwallex_payment_flutter/types/payment_result.dart';
import 'package:airwallex_payment_flutter/types/payment_session.dart';
import 'package:airwallex_payment_flutter/types/payment_session.g.dart';
import 'package:airwallex_payment_flutter/types/payment_sheet_configuration.dart';
import 'package:airwallex_payment_flutter/types/shipping.dart';
import 'package:airwallex_payment_flutter/types/shipping.g.dart';
4
likes
160
points
752
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official Airwallex Flutter plugin for accepting payments on Android and iOS. Supports cards, Apple Pay, Google Pay, and major e-wallets.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter, json_annotation, plugin_platform_interface

More

Packages that depend on airwallex_payment_flutter

Packages that implement airwallex_payment_flutter