-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_stripe Initialization error #1944
Comments
I probably have the same error (Android)
flutter_stripe: ^11.1.0 |
How so? What happened? |
Hey Jonas, My bad i forgot i had it in private mode, I've changed it so you can take a look. I am trying to pass the Payment Intent and Payment Method generated in my Django server and I want the flutter frontend to handle the payment confirmation steps... I couldn'e even get the cardform running properly, Throws errors with the cross platform is not working, not initialized and stuff |
You'll have to provide more information on the issues you're facing. |
About my error, I had the error fixed ✅ when I added the correct theme to ALL files values-night-v31, values-v31, values-night, values, not just the values and values-night files
|
Am having issues with initializing the flutter project with Stripe Package
So, I been trying to use flutter_stripe to confirm a payment intent created from my server which send the Payment Intent and Payment Method to the flutter app which will confirm the payment intent and make the payment, But I couldn't even get the cardField working properly
To Reproduce
Steps to reproduce the behavior:
futter_stripe
What have I don't so far
.gradle/caches
file and repopulated it, which partially fixed the code which finally build the app which didn't happen before now it's not working as intendedVersions I Use
Expected behavior
Expected behaviour is to get the Payment Intent
client secret id
and thepayment method id
and make the paymentRepo
https://github.com/joabeliot/Stripe-Flutter-Test
The text was updated successfully, but these errors were encountered: