toyyibpay 2.1.0
toyyibpay: ^2.1.0 copied to clipboard
Flutter helper to create ToyyibPay bills, open a WebView checkout, parse the return URL, and optionally verify the transaction via ToyyibPay APIs for simple in-app payments.
2.1.0 - 2025-08-24 #
- Improved package metadata to follow pub.dev conventions:
- Added detailed description (50–180 chars).
- Updated SDK and Flutter constraints.
- Added
repositorylinks. - Removed unreachable homepage.
- Added working
example/app for pub.dev Example tab. - Improved documentation (
README.md) with usage guide, parameters, troubleshooting, and best practices.
2.0.0 - 2025-08-24 #
- Improved package metadata to follow pub.dev conventions:
- Added detailed description (50–180 chars).
- Updated SDK and Flutter constraints.
- Added
repositoryandissue_trackerlinks. - Removed unreachable homepage.
- Added working
example/app for pub.dev Example tab. - Improved documentation (
README.md) with usage guide, parameters, troubleshooting, and best practices.
1.0.0 - 2025-08-20 #
- Initial release of toyyibpay Flutter package.
- Supports creating ToyyibPay bills via REST API.
- Integrated checkout via in-app WebView (
CheckoutWebView). - Parses return URL to determine payment status (
success,failed,pending). - Optional verification via
getBillTransactionsAPI. - Includes error handling through
ToyyibpayCheckoutException.