auropay_payments_sandbox 1.1.1
auropay_payments_sandbox: ^1.1.1 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_sandboxWith Flutter:
$ flutter pub add auropay_payments_sandboxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
auropay_payments_sandbox: ^1.1.1Alternatively, 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';