Is there any way that i can persist my api call result data in flutterflow so that even if i refresh my webpage that data will persist.

I am getting my data from api call. I don't want to store in firebase or any database. I just want to store that in some state variable kind of local storage and render it on my UI. And i also want that data to get cached when i refresh my page. Is there any way to do that in flutterflow?

1
7 replies