Mahdi Dahouei
Mahdi Dahouei

Reputation: 1941

How can I add an error message in my `TextFormField` like error messages in java?

I wanna have something like these errors in flutter TextFormField:

Upvotes: 1

Views: 1162

Answers (1)

user18214830
user18214830

Reputation:

You should attach an Overlay to your TextFormField. see this article

Upvotes: 1

Related Questions