You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to allow my users to go back to a previous step, but I can't seem to find a way to do it.
Describe the solution you'd like
Please provide us with a way to go to previous/specific step.
Describe alternatives you've considered
I've tried ShowCaseWidget.of(context).completed(current-1); to no avail.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to allow my users to go back to a previous step, but I can't seem to find a way to do it.
Describe the solution you'd like
Please provide us with a way to go to previous/specific step.
Describe alternatives you've considered
I've tried
ShowCaseWidget.of(context).completed(current-1);
to no avail.The text was updated successfully, but these errors were encountered: