You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, there is a label for text field called "Full Name" and name value itself.
How I can validate that this field contains exactly this value ?
The text was updated successfully, but these errors were encountered:
Look for a descendant widget of your TextFormField of type EditableText - does one exist? In our app, that's the way I'm getting the value of one of these text entry widgets after it has been sent text.
I have element like this
As you can see, there is a label for text field called "Full Name" and name value itself.
How I can validate that this field contains exactly this value ?
The text was updated successfully, but these errors were encountered: