ntt_atom_flutter 1.0.7
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
AtomReturnUrlConfigmodel with three forwarding modes:sendToServer,forwardEncrypted, andforwardUnencrypted - Replaced
returnUrlstring field inAtomPaymentOptionswith nullablereturnUrlConfig: AtomReturnUrlConfig?; passingnull(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 statusforwardUnencrypted: SDK captures response at default URL, decrypts it, POSTs JSON to provided URL, then determines transaction status- Empty
returnUrlin config falls back to default SDK behavior - Renamed
AtomConstants.defaultUrltoAtomConstants.defaultReturnUrlfor clarity; added as@DefaultonAtomReturnUrlConfig.returnUrl - Added iOS
LSApplicationQueriesSchemesand 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