pok_payments_flutter 0.0.2
pok_payments_flutter: ^0.0.2 copied to clipboard
Flutter payment SDK with native JWE encryption and native modal 3DS.
Changelog #
0.0.1 #
Initial release.
Added #
GuestCheckoutwidget — collects card and billing info, encrypts via native JWE, runs Cybersource device-data-collection and 3D Secure step-up natively, confirms the payment.AddCardFormwidget — collects card and billing info and returns the encryptedAddCardDatato the consumer.PokPayments.payByToken(...)— pays an existing order with a saved card token. Includes the Visa Terminal / ProCard branch.- Pigeon-typed bridge to native modules:
- iOS: JOSESwift-backed JWE encryption and
UIViewController-hosted challenge modal. - Android: nimbus-jose-jwt-backed JWE encryption and
Activity-based challenge modal.
- iOS: JOSESwift-backed JWE encryption and
- Theming:
ThemeMode.light | dark | systemplusPokStyleOverridesfor radius and font family. - Localization: English, Italian, Albanian.
- Typed errors:
PokErrorwithPokErrorCodeenum andisPokErrorhelper.
Requirements #
- Flutter 3.16+, Dart 3.2+
- iOS 13.0+
- Android
minSdkVersion21+