We have more than one event structure in flutter, but as the events change, we lose the values of the previous event. When we switch to a new event and state, how can we still reflect the data of the previous event on the page?
We have more than one event structure in flutter, but as the events change, we lose the values of the previous event. When we switch to a new event and state, how can we still reflect the data of the previous event on the page?