Tkko / Flutter_Pinput

Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
https://pub.dev/packages/pinput
MIT License
700 stars 172 forks source link

_formKey.currentState!.validate() is not triggering the errorPinTheme. #182

Closed khaven closed 1 month ago

khaven commented 1 month ago

_formKey.currentState!.validate() is not triggering the errorPinTheme. It is returning false but error text is not showing and errorPinTheme is not applied. But pressing submit on android keyboard the error text is shown and errorPinTheme applied.

I'm using pinput: ^4.0.0