Skip to content
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

Using WebCardField in flutter_stripe_web, the input value is still null. #1377

Open
shinpeiyamagiwa opened this issue Aug 19, 2023 · 2 comments
Labels
needs triage Needs triage

Comments

@shinpeiyamagiwa
Copy link

 flutter_stripe: ^9.3.0
 flutter_stripe_web: ^4.3.0

brand will have a value, but the input value is null.

CardFieldInputDetails(complete: false, last4: null, expiryMonth: null, expiryYear: null, postalCode: , brand: visa, number: null, cvc: null, validExpiryDate: CardValidationState.Unknown, validCVC: CardValidationState.Unknown, validNumber: CardValidationState.Unknown)

@shinpeiyamagiwa shinpeiyamagiwa added the needs triage Needs triage label Aug 19, 2023
@cornwe19
Copy link
Contributor

cornwe19 commented Sep 6, 2023

Similarly, the validExpiryDate, validNumber and validCVC fields being unconditionally Unknown is a limitation on web as well.

@tewebdev
Copy link

Is there a fix to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Needs triage
Projects
None yet
Development

No branches or pull requests

3 participants