-
-
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
No implementation found for method requestFocus on channel flutter.stripe/card_field/0 #69
Comments
Hello @ZaifSenpai, could you check if the theme inside your android app is a
The native stripe library makes use of AppCompact components and therefore it is required to use it. Let us know if that solves your problem. I will add it to the readme. Thank you for taking care of creating this issue |
Thank you. That worked. |
I had the same problem and fixed using it, should be added to info package. |
This actually helped! Thank you so much! |
okay first thing: Please mention that we have to upgrade kotlin version of our project to 1.5.0. I spent too much time on this because I was getting errors and the reason was that my kotlin version was 1.3.50
After upgrading it I am trying to use this library but I get following error when I try to use CardField:
Full details from Logcat:
The text was updated successfully, but these errors were encountered: