paystack_payment 1.0.0
paystack_payment: ^1.0.0 copied to clipboard
Flutter Paystack checkout helper that completes payments with an access code inside a resilient WebView.
Changelog #
1.0.0 #
- Redesign the API to accept a Paystack access code supplied by your backend.
- Removed client-side transaction initialization and the
httpdependency. - Added resilient WebView handling so the checkout survives bank-app/USSD switches.
- Added optional
PaystackCheckoutOptionsfor customizing the WebView screen. - Introduced
url_launcherintegration to open external banking apps safely.
0.0.4 #
- Initial release with Paystack Checkout integration.
- Supports payment channels, custom metadata, and WebView-based UI.
- Bug fixed