I created a Custom Widget that is drawn on the screen normally with the given parameters.
When I change the month or year it correctly calls the callback and updates the variables that I defined to be updated.
However, when I change the a parameter value, in this case, using action "update page state" or "update app state" and request "rebuild current page", flutterflow does not call the widget again.
Can anyone help?
I´v created a mini app to test the Widget
https://app.flutterflow.io/project/exemplo-tmp-y4plrf
At mode “preview widget” it works without problems. But that's because every time a parameter is changed it starts the widget from scratch.