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