auropay_payments_sandbox 1.1.3
auropay_payments_sandbox: ^1.1.3 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.
import 'package:flutter/material.dart';
import 'simple_app.dart';
void main() {
runApp(const SimpleApp());
}