ma7moud3osman / easy_stepper

Flutter Package help you to build easy stepper widget with several customization
https://pub.dev/packages/easy_stepper
MIT License
77 stars 38 forks source link

how can i save the state of the step? #17

Open thfr69 opened 1 year ago

thfr69 commented 1 year ago

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.