jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
307 stars 243 forks source link

Updates #326

Closed JosephhBh closed 2 years ago

JosephhBh commented 2 years ago

What happens when stripe introduce new updates ? such as security .... Should i release an update for my application each time Stripe makes an update ?

Im asking this question in order to deside where should i put my payment part (backend or front end)

jonasbark commented 2 years ago

always prefer backend when possible also don't use this plugin - use flutter_stripe ;)