smart_pay 0.0.1 copy "smart_pay: ^0.0.1" to clipboard
smart_pay: ^0.0.1 copied to clipboard

A unified Flutter payments toolkit. Configure gateways (Stripe now; more soon), render a single methods widget, and checkout via one API.

0.0.1 #

  • Initial release: core API SmartPay.configure, SmartPayMethods widget, and SmartPay.checkout.
  • Provider contract: PaymentProviderPlugin.
  • Stripe PaymentSheet support with two flows:
    • Backend-provided client secret (recommended)
    • In-package REST (dev/sandbox)
  • Dynamic flow selection via PaymentFlowMode { auto, backend, inPackage }.
  • Models: PayRequest, PaymentResult.
  • Example app, README, MIT LICENSE, CONTRIBUTING.
2
likes
0
points
17
downloads

Publisher

verified publishermwaqas.mobvers.com

Weekly Downloads

A unified Flutter payments toolkit. Configure gateways (Stripe now; more soon), render a single methods widget, and checkout via one API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_stripe, http

More

Packages that depend on smart_pay