I want to hide a widget depending on the value of a field called "paymentType" contained in a JSON comming from an api request. If the field "paymentType" equals to 1, the widget should be hidden. The problem is, flutterflow don't let me input the number 1, as second value of the condition. I am forced to select a JSON. What I am doing wrong?
Conditional visibility of a widget
Widgets & Design
Resolved
I have tried to convert the first value of the condition to a data type containing an integer, but it does not work
No
1
5 replies