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

Unified Flutter payments toolkit supporting Stripe Payment Sheets and Payment Links with automatic URL generation, manual handling, and provider-driven configuration.

0.1.0 #

  • StripeProvider enhancements
    • Added support for Payment Link.
  • Improved integration flexibility with Stripe.
  • Minor internal improvements and code cleanup.

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

Documentation

Documentation

Publisher

verified publishermwaqas.mobvers.com

Weekly Downloads

Unified Flutter payments toolkit supporting Stripe Payment Sheets and Payment Links with automatic URL generation, manual handling, and provider-driven configuration.

Repository (GitHub)
View/report issues

Topics

#payments #stripe #flutter #payment-processing #payment-gateway

License

unknown (license)

Dependencies

flutter, flutter_stripe, http, url_launcher

More

Packages that depend on smart_pay