adyen_checkout 0.0.2
adyen_checkout: ^0.0.2 copied to clipboard
Adyen checkout library for Flutter. Accept payments with cards, wallets, and local payment methods in your Flutter app.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add adyen_checkoutWith Flutter:
$ flutter pub add adyen_checkoutThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
adyen_checkout: ^0.0.2Alternatively, 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:adyen_checkout/adyen_checkout.dart';