auropay_payments_sandbox 1.0.0
auropay_payments_sandbox: ^1.0.0 copied to clipboard
AuroPay Payments Flutter SDK/plugin allows you to accept in-app payments by providing you with the building blocks you need, to create a checkout experience for iOS and Android SDK.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'simple_app.dart';
void main() {
runApp(const SimpleApp());
}