// the find
jonasbark/flutter_stripe_payment
[DISCONTINUED] A flutter plugin with stripe payment plugin integration
A Flutter plugin for Stripe payments — card input, Apple Pay, Google Pay, and SCA payment intents. It's a port of the React Native tipsi-stripe plugin. Officially discontinued in 2023; the README tells you to migrate to flutter_stripe instead.
The migration guide exists and points to the maintained successor, so at least the author didn't just abandon users silently. The API surface covered the main payment flows (card tokenization, native pay, payment intents) before it was dropped. The example app gives you a working reference for the old API if you're stuck maintaining a legacy codebase.
It's dead — last commit June 2023, officially discontinued, do not use for new projects. The iOS layer is written in Objective-C porting React Native bridge code, which means it carried over the React Native dependency stubs in the Android layer (the com.facebook.react.bridge classes are literally copied in). Xcode 12.5+ was already broken before discontinuation. No support for newer Stripe features like Link, Financial Connections, or the PaymentSheet UI.