flutter_adyen_sdk
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.
Getting Started
Run the example app and change the keys to yours.
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.
Comments are closed.