Refresh a ListView contained in widget A, via an action from outside widget A

Actions & Logic

Hi,

I have a list of items (ListView in my widget A). This widget is included in a page, where I can add items to the list. How can I trigger a refresh of my database request in widget A, while outside of it ?

Any help would be very much appreciated

What have you tried so far?

I tried to modified a state of widget A, to modify a search text input having an onChange on it( did not trigger), and of course page rebuild but not luck so far

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