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

add maxReachedStep to EasyStepper and isAlreadyReached to BaseStep #15

Closed thfr69 closed 1 year ago

thfr69 commented 1 year ago

Description: To navigate directly only between the already reached steps. The steps that have not yet been reached cannot be reached by clicking on the step. Only by indirectly changing the "activeStep" e.g. via external forward and back buttons

ma7moud3osman commented 1 year ago

Thanks @thfr69 for your contribution

thfr69 commented 1 year ago

Dear @ma7moud3osman , sorry but I forgot to implement the appropriate methods to handle the title and icon color analogously to changing the background and border color. I would create a new pull request.