i'm struggling to find a solution to my issue, i hope you guys can help.
in (PAGE 1) i have Streambuilder and i'm forwarding data to (PAGE 2) through the constructor and then to (PAGE 3).
now (PAGE 1 receives stream of live data that updates whenever changes occur.
the problem here the data in (PAGE 2 & 3) don't listen to those updates.
now how can i make those data listen to updates. taking into account index is involved when passing those data.
NOTE: i'm using Getx for state management
thank you.
i can't find a way that works when index is involved