payflux 0.1.0
payflux: ^0.1.0 copied to clipboard
A modern, unified Flutter package for integrating multiple payment gateways (Stripe, Razorpay, PayPal, and more) behind one consistent, pluggable API.
0.1.0 #
- Initial release.
PayFluxfacade withregister,registerAll,configure,pay,disposeAll.PayFluxGatewayabstract interface for pluggable providers.- Built-in gateways: Stripe (
PayFluxStripeGateway), Razorpay (PayFluxRazorpayGateway), PayPal (PayFluxPayPalGateway). - Normalized
PayFluxRequest/PayFluxResult/PayFluxStatusmodels. - Android & iOS support.