-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
When using GooglePay for confirming setup or payment intent, MissingPluginException gets thrown. #1470
Comments
Did you manage to solve this? |
Also having this issue with my side project |
I also encountered the same problem |
Same problem. Devices: NE2213 | SM-A127F | SM-G988B | Pixel 6a | TECNO KG8, etc! Any update? |
Same issue.
|
same: I/flutter ( 4807): ---------------- CAUGHT EXCEPTION! ---------------- |
@Moyout Could you tell how you solved the issue? I see you left a thumbs up |
A custom button does not work because there is a lot of internal android code linked to it. I would use the https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/wallets/google_pay_screen.dart for now . I will ask the stripe android team for help to debug the issue on flutter. Let's continue the discussion on #1393 which is the original problem |
The custom button works with flutter_stripe version 9.3.0. |
We encounter same issue (9.5.0) |
The issue is in This line is replaced with |
Describe the bug
When using google pay with custom button(instead of using PlatformPayButton, since it does not work with Flutter 3.13 version) the methods confirmPlatformPaySetupIntent and confirmPlatformPayPaymentIntent throws
MissingPluginException(No implementation found for method confirmPlatformPay on channel flutter.stripe/payments).
Also, this gets printed:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that the methods work and i get bottom sheet so I can confirm.
Smartphone / tablet
Additional context
This is the method I call for confirming setup intent:
Code for confirming payment intent:
The text was updated successfully, but these errors were encountered: