Pull to Refresh on an Action API Call

Widgets & Design

Hi All,
I currently have an API Call that I am calling in an action On Page load. I am using this to populate a page state variable, and then I am using this variable to generate dynamic children in a ListView widget. The ListView widget has the On Pull To Refresh action trigger, but it does not seem to fire when I have this configuration. I have put a very simple Update Page State in the On Pull To Refresh in order to change the Boolean of a page state variable that I am using to conditionally show a loading widget that appears on top of the the ListView, but this value is never updated when I pull down on the ListView widget. It appears that On Pull To Refresh only works if I have a Backend Query some where on the page that I can refresh the query, it does not appear to fire if there are none. Is there a workaround for this some where?

What have you tried so far?

Searched documentation and community and asked ChatGPT.

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