alatpay_sdk
A Flutter SDK for seamless Alat Pay integration, enabling secure, fast, and reliable in-app payments using the official ALATPay checkout popup.
2.0.0
ALATPay/alatpay-flutter
What this package is like to depend on
Last release 1 months ago
23 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
6 releases · first in 2025
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Oct 2025 to Jul 2026
2026
Releases
latest 6-
2.0.023 Jul 2026Release notes
Open source →💥 Breaking Changes
-
Replaced custom payment UI with official ALATPay checkout popup
- All custom payment screens (bank transfer, USSD, bank details, OTP) have been removed
- The SDK now uses the official ALATPay JavaScript checkout popup (
alatpay.js) inside a WebView - All payment methods are handled by the official popup
-
API changes:
secretKeyparameter replaced withapiKey(your ALATPay public key)- Removed
theme(AlatPayTheme) parameter — the official popup has its own styling - Removed
brandingparameter — the official popup uses ALATPay branding - Added optional
colorparameter to customize the popup color onPaymentErrorcallback replaced by unifiedonPaymentCompletewithPaymentResult.success- Added optional
onClosecallback for when the user dismisses the popup
-
Model changes:
PaymentRequest: RemovedaccountNumber,bankCode,orderIdfieldsCustomer.phoneis now optional (String?)- Removed
Bankmodel,PaymentChannelenum, andPaymentStatusenum
🗑 Removed
- Custom payment screens (home, bank transfer, USSD, bank details, OTP)
AlatPayControllersingletonAlatPayClientandBaseService(direct API calls)AlatPayThemecustomizationRouteTrackernavigation observerAlatPayExceptionhierarchy- All bank image assets
➕ Added
webview_flutterdependency for rendering the official ALATPay checkout
🔄 Changed
- Replaced
httpdependency withwebview_flutter
-
-
1.0.430 Oct 2025 -
1.0.330 Oct 2025 -
1.0.2+329 Oct 2025 -
1.0.1+229 Oct 2025 -
1.0.0+129 Oct 2025Release notes
Open source →🎉 Added
- Initial release of the AlatPay Flutter SDK
- Payment initialization and verification flows
- Bank list retrieval and account resolution
- Asset support for logos and bank icons
- Example Flutter app for integration testing
- Full documentation (README, LICENSE, CHANGELOG)