/adyen_flutter

A flutter plugin to support the Adyen API integration

Primary LanguageDartMIT LicenseMIT

adyen_flutter

An Adyen Flutter plugin to support the Adyen API integration.

It exposes the EncryptedCard class's method encryptToken and encryptCard.

Getting Started

This Plugin relies on the following Adyen SDK:

Android

The Android version requires the following permission to be set:

<uses-permission android:name="android.permission.INTERNET"/>

iOS

The iOS version requires the ios hosting project to target iOS 10.3 or above. This is a limitation of the iOS SDK.