Sometimes TextInputType.emailAddress property for the text fields gets ignored and it happens absolutely randomly.
To elaborate further, it’s NOT forcing the input keyboard on english language. It CAN enforce other keyboard if you have installed in email-like mode (add @ and . to main layout), but what I need is to enforce it also to be on english. And this particular part sometimes works, and sometimes not even though 0 changes and completely same flow happens on screen side.
What can I do here? Is it a flutter bug, or there’s a workaround? Been trying to fix it for like 8 hours with absolutely no success
Would be best to file an issue with a reproducible sample in the flutter repo.