Sunday, 5 May 2019

Android like Textfield Validation in Flutter?

I would like to achieve Android like TextField validation in Flutter.

I tried the TextField docs of Flutter and the InputDecoration has a property of errorText but is displays error at the bottom of textfield. I want to achieve something like below in Flutter

enter image description here



from Android like Textfield Validation in Flutter?

No comments:

Post a Comment