auropay_payments_sandbox 1.0.9 copy "auropay_payments_sandbox: ^1.0.9" to clipboard
auropay_payments_sandbox: ^1.0.9 copied to clipboard

AuroPay plugin allows you to accept in-app payments providing you with the building blocks, to create a seamless checkout experience for iOS and Android apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auropay_payments_sandbox

With Flutter:

 $ flutter pub add auropay_payments_sandbox

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

dependencies:
  auropay_payments_sandbox: ^1.0.9

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auropay_payments_sandbox/auropay_payments.dart';
import 'package:auropay_payments_sandbox/auropay_payments_method_channel.dart';
import 'package:auropay_payments_sandbox/auropay_payments_platform_interface.dart';
import 'package:auropay_payments_sandbox/models/auropay_builder.dart';
import 'package:auropay_payments_sandbox/models/auropay_response.dart';
import 'package:auropay_payments_sandbox/models/auropay_theme.dart';
import 'package:auropay_payments_sandbox/models/country_enum.dart';
0
likes
0
points
236
downloads

Publisher

unverified uploader

Weekly Downloads

AuroPay plugin allows you to accept in-app payments providing you with the building blocks, to create a seamless checkout experience for iOS and Android apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on auropay_payments_sandbox

Packages that implement auropay_payments_sandbox