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

A payment Flutter plugin project.

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.1.6

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/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/shipping.dart';
import 'package:airwallex_payment_flutter/types/shipping.g.dart';
2
likes
120
points
400
downloads

Publisher

unverified uploader

Weekly Downloads

A payment Flutter plugin project.

Homepage

Documentation

API reference

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