korapay_flutter 0.4.1
korapay_flutter: ^0.4.1 copied to clipboard
Korapay payment gateway integration for Flutter. This SDK allows easy integration of Korapay's payment services into your Flutter applications with a customizable UI component.
Changelog #
0.4.1 - 2025-03-22 #
Improved #
- Enhanced example app with better UI and clearer instructions
- Updated placeholder format for public keys in examples to follow best practices
- Added detailed parameter documentation in the example code
- Fixed code formatting and styling in example app
0.4.0 - 2025-03-19 #
Added #
- New
KorapayPaymentPagewidget - a pre-built payment UI that can be easily integrated - Complete payment form with currency selection, payment method selection, and customer details
- Live/Test mode toggle in the pre-built UI
- Averta font integration for better typography
- Enhanced styling and user experience
- Updated documentation with examples for the pre-built UI
0.3.3 - 2025-03-18 #
Fixed #
- Bug in bank transfer flow where charges weren't properly created through the main API
- Ensured that both bank transfer and bank payment methods properly create charges via the KorapayApiService.initiatePayment method
- Improved error handling for payment flows
0.2.0 - 2025-03-18 #
Added #
- Support for new payment methods: Bank Transfer and Direct Bank Payment
- Dedicated widgets for handling these payment methods
- Enhanced configuration options in KorapayConfig for payment channels
- Added notificationUrl and redirectUrl parameters to the configuration
- Improved example app showcasing all payment methods
Improved #
- Better error handling and user feedback
- Redesigned payment interface for better user experience
- Updated documentation with examples for all payment methods
- Improved code organization and API design
0.1.0 Initial Release #
- Basic payment functionality with card payments
- Initial implementation of the Korapay checkout system
- Core configuration and customer models