Since stripe_payment, stripe’s package for flutter, is now deprecated, I decided to use flutter_stripe, stripe’s official package for flutter. I implemented it with a backend in my work, but in this article, I’m going to write about how to register payment and subscription without a backend, just implementing the app…