easy_stepper
easy_stepper copied to clipboard
how can i save the state of the step?
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.