Hello everyone,
I'm fairly new to Flutterflow and still struggling with the basics. So please forgive my ignorance.
Right now, I can't figure out how to trigger a ListView refresh action from within a bottomSheet component. I tried to use a callback. But I am not very familiar with that whole "callback" topic, yet.
To my, it looks like the callback action is not forwarded to the main page where the ListView is located. But I don't understand how to forward the refresh command to the main page.
Could anyone give me a hint into the right direction?
Trigger ListView/Supabase refresh from inside BottomSheet component
Actions & Logic
I tried a callback action
tried to use an app state and which could then trigger the refresh command on the main page. But I don't understand how to make the main page "listen" to the app state
Yes
1