easy_stepper icon indicating copy to clipboard operation
easy_stepper copied to clipboard

how can i save the state of the step?

Open thfr69 opened this issue 1 year ago • 0 comments

decleration:

I have a list of widgets. Each of these widgets represents exactly one step of the EasyStepper. User interactions take place in each of these widgets. (e.g. entries in text form fields, scrolling in lists, etc. ) How can I ensure that the interactions made are maintained when navigating between the steps. Because if I navigate forwards or backwards in the steps, the previously made interactions are lost. My attempt with the mixin "AutomaticKeepAliveClientMixin" didn't work.

thfr69 avatar May 11 '23 11:05 thfr69