xapptor_payments 0.0.2 copy "xapptor_payments: ^0.0.2" to clipboard
xapptor_payments: ^0.0.2 copied to clipboard

discontinuedreplaced by: xapptor_business
PlatformiOS

Module for payment processing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xapptor_payments

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

dependencies:
  xapptor_payments: ^0.0.2

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:xapptor_payments/admin_analytics.dart';
import 'package:xapptor_payments/dispenser_details.dart';
import 'package:xapptor_payments/models/dispenser.dart';
import 'package:xapptor_payments/models/payments.dart';
import 'package:xapptor_payments/models/product.dart';
import 'package:xapptor_payments/models/vending_machine.dart';
import 'package:xapptor_payments/payment_webview.dart';
import 'package:xapptor_payments/product_catalog.dart';
import 'package:xapptor_payments/product_catalog_item.dart';
import 'package:xapptor_payments/product_details.dart';
import 'package:xapptor_payments/product_list.dart';
import 'package:xapptor_payments/vending_machine_card.dart';
import 'package:xapptor_payments/vending_machine_details.dart';