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
I am reviewing the edit_profile_screen.dart page when a id is passed in then you are performing ref.watch(getUserDataProvider(widget.uid)).when ... I want to do this but then set the initial value of the textfield controllers within the when syntax. It seems that this is not possible?
Your assistance is very much appreciated.
The text was updated successfully, but these errors were encountered:
Thank you for your contributions.
I do have a question that I am searching for an answer to. I was searching for a solution within your public repos' and could not see one.
Within my widget, as shown below, how do I update the initial value of the TextFormField after gettingPost from my ref.watch?
I am reviewing the edit_profile_screen.dart page when a id is passed in then you are performing ref.watch(getUserDataProvider(widget.uid)).when ... I want to do this but then set the initial value of the textfield controllers within the when syntax. It seems that this is not possible?
Your assistance is very much appreciated.
The text was updated successfully, but these errors were encountered: