pok_payments_flutter 0.0.2 copy "pok_payments_flutter: ^0.0.2" to clipboard
pok_payments_flutter: ^0.0.2 copied to clipboard

Flutter payment SDK with native JWE encryption and native modal 3DS.

Changelog #

0.0.2 #

Changed #

  • README cleanup — removed extraneous references to sibling packages.

0.0.1 #

Initial release.

Added #

  • GuestCheckout widget — collects card and billing info, encrypts via native JWE, runs Cybersource device-data-collection and 3D Secure step-up natively, confirms the payment.
  • AddCardForm widget — collects card and billing info and returns the encrypted AddCardData to 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.
  • Theming: ThemeMode.light | dark | system plus PokStyleOverrides for radius and font family.
  • Localization: English, Italian, Albanian.
  • Typed errors: PokError with PokErrorCode enum and isPokError helper.

Requirements #

  • Flutter 3.16+, Dart 3.2+
  • iOS 13.0+
  • Android minSdkVersion 21+
0
likes
140
points
99
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter payment SDK with native JWE encryption and native modal 3DS.

Repository (GitHub)

License

ISC (license)

Dependencies

dio, flutter, socket_io_client

More

Packages that depend on pok_payments_flutter

Packages that implement pok_payments_flutter