How do I pass the result of a custom function to an AppState through text widget?

Troubleshooting

I am having the result of my queries on a "text field" on "text fields" and it's working fine, but when I tried to run a function I only got the result into a "text" widget (not the text field).

The problem is that I can update my App State values using the "text field" query results, but not using the "text field" which contains a function result, but in the only part where I can see the result of a function is the "text" Widget which but doesn´t allow me to pick the widget state to update the App State.

What have you tried so far?

Everything... jajajaja
I have made all sorts of combinations trying to run a custom function into a "text field" without any results.

I will keep making test in other pages / even projects but I need to be sure this is not a bug.

Did you check FlutterFlow's Documentation for this topic?
Yes
3 replies