ntt_atom_flutter 1.0.7 copy "ntt_atom_flutter: ^1.0.7" to clipboard
ntt_atom_flutter: ^1.0.7 copied to clipboard

A Flutter SDK for integrating NTT Atom Pay, enabling seamless payment processing with secure and efficient transactions.

1.0.7 #

  • Added AtomReturnUrlConfig model with three forwarding modes: sendToServer, forwardEncrypted, and forwardUnencrypted
  • Replaced returnUrl string field in AtomPaymentOptions with nullable returnUrlConfig: AtomReturnUrlConfig?; passing null (default) preserves existing behavior
  • forwardEncrypted: SDK captures response at default URL, POSTs extracted encrypted payload as plain text to provided URL, then decrypts to determine transaction status
  • forwardUnencrypted: SDK captures response at default URL, decrypts it, POSTs JSON to provided URL, then determines transaction status
  • Empty returnUrl in config falls back to default SDK behavior
  • Renamed AtomConstants.defaultUrl to AtomConstants.defaultReturnUrl for clarity; added as @Default on AtomReturnUrlConfig.returnUrl
  • Added iOS LSApplicationQueriesSchemes and Android <queries> setup instructions to README
  • Updated example app with amount input, return URL input, and mode dropdown

0.0.1 #

  • Initial Release.

1.0.0 #

  • Readme Fix

1.0.1 #

  • License Update

1.0.2 #

  • Changed SDK Mechanism to use singleton approach, Removed intl and used custom method for date and time

1.0.3 #

  • Optimized AtomNavigatorObserver to record only atom route

1.0.4 #

  • Fix: SDK not closing on payment success

1.0.5 #

  • License Update

1.0.6 #

  • Dependency Update
2
likes
160
points
199
downloads

Documentation

API reference

Publisher

verified publishergtirkha.com

Weekly Downloads

A Flutter SDK for integrating NTT Atom Pay, enabling seamless payment processing with secure and efficient transactions.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, cryptography, encrypt, flutter, flutter_inappwebview, freezed_annotation, http, json_annotation, url_launcher

More

Packages that depend on ntt_atom_flutter