abraham / birb

WIP: Instagram for birds built in Flutter
https://bendyworks.com/blog/a-month-of-flutter
MIT License
95 stars 19 forks source link

Registration form error messages should update on value change #55

Open abraham opened 5 years ago

abraham commented 5 years ago

If a user submits the registration form without providing name values, the TextFormField will get an error message and error border. When the user taps into the field and enters a character, the error message should clear itself.