An Adyen Flutter plugin to support the Adyen API integration.
It exposes the EncryptedCard
class's method encryptToken
and encryptCard
.
the example shows how you can store cards, add cards or make payment through Adyen.
Run the example app and change the keys to yours.
The Android version requires the following permission to be set:
<uses-permission android:name="android.permission.INTERNET"/>
The iOS version requires the ios hosting project to target iOS 10.3 or above. This is a limitation of the iOS SDK.