ma7moud3osman / easy_stepper

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

Can i disable/enable specific easystep? #12

Closed thfr69 closed 1 year ago

thfr69 commented 1 year ago

e.g. is there a way to disable the easy_steps not yet reached, despite "steppingEnabled = true" of the easy_stepper? I want to navigate from one step to another only with a prev or next button unless a step has already been reached

ma7moud3osman commented 1 year ago

Hi @thfr69 , Thank you for your participation. In the previous version there is no way to enable/disable a specific step, but it was added in the new version 0.5.1 by changing the enabled property available for each EasyStep separately.