I am trying to select contact from phone and showing it on the text field., but the text field is not showing the changed value even though the variable is changing in the log. I am using contact picker package.
Here is the variable declaration:
the code for the contact button is
Can you try this
Instead of
And I am not sure about your ReusableEditText. You might need a TextEditingController if you didn't use that.