adyen_checkout 1.12.0
adyen_checkout: ^1.12.0 copied to clipboard
Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.
import 'package:adyen_checkout_example/main_common.dart';
import 'package:adyen_checkout_example/network/checkout_service.dart';
void main() {
mainCommon(CheckoutService());
}