Defining page state of the DataType type, whenever I make the condition to know if it is defined, the response comes as true

Widgets & Design

I'm trying to check if a page state received any DataType value. If it does not have any value "which is the behavior when the screen loads" a certain component is displayed on the screen, if there is a value in the page state, another component is loaded to display the values ​​that are defined in the page state


What have you tried so far?

my pagestate component on the screen when I check it using the "isset" decision returns true, even when checked when loading the page, I tried before this check to reset the page state value but it returns true with the value (pagestate: {})

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply