alsaqi_payment_sdk 1.0.5
alsaqi_payment_sdk: ^1.0.5 copied to clipboard
Production-ready Payment Gateway SDK for Flutter. Supports card payments, tokenization, and payment status queries with strong security practices.
Changelog #
1.0.5 #
- Fixed hosted payment sheet overflow on compact screens and while the keyboard is open.
- Added automatic expiry formatting so digit-only input like
1225is normalized to12/25. - Normalized expiry validation for hosted Flutter payment flows and excluded stray local files from the published archive.
1.0.4 #
- Enforced expiry-date rejection only in production mode while keeping
MM/YYformat validation in all environments. - Updated hosted-checkout merchant documentation and package README content for pub.dev.
1.0.3 #
- Updated initialization documentation with complete parameter examples.
- Refined package branding and library exports.
1.0.2 #
- Renamed package to
alsaqi_payment_sdk. - Simplified documentation by focusing on UI-driven payment flows.
- Updated SDK entry point naming to align with package branding.
1.0.1 #
- Updated documentation and README for pub.dev.
- Optimized card number formatting logic.
- Improved Light/Dark theme adaptation.
1.0.0 #
- Initial release of Al-Saqi Payment Gateway SDK for Flutter.
- Support for Card Payments (Purchase).
- Support for Tokenization.
- Support for Payment Status queries.
- Secure UI components (CardInputWidget, PaymentPage, PaymentSheet).
- Light and Dark theme support.
- Dynamic card number formatting.