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

Invalid value: Not in range 0..3, inclusive: 4 #7

Closed
erfanegtfi opened this issue Jan 12, 2020 · 1 comment
Closed

Invalid value: Not in range 0..3, inclusive: 4 #7

erfanegtfi opened this issue Jan 12, 2020 · 1 comment

Comments

@erfanegtfi
Copy link

erfanegtfi commented Jan 12, 2020

VerificationCodeInput(
keyboardType: TextInputType.number,
length: 5,
autofocus: true,
onCompleted: (String value) {
code = value;
},
),
If I set input length more than 4 (for example 5 or 6) I get this error:

Invalid value: Not in range 0..3, inclusive: 4

@erfanegtfi
Copy link
Author

I re build my project and it worked fine

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

No branches or pull requests

1 participant