I am trying to find a way to move back and forth between spotlight positions.
I figured that I might be able to use the hide() function inside the tutorial_coach_mark.dart file, to close the tutorial and then restart the tutorial from wherever I wanted to. Unfortunately this doesn't look good, because the animation stops abruptly.
Any advice on how to get this done in a better way? The code is quite a bit more complex than my level of flutter knowledge..
I am trying to find a way to move back and forth between spotlight positions.
I figured that I might be able to use the hide() function inside the tutorial_coach_mark.dart file, to close the tutorial and then restart the tutorial from wherever I wanted to. Unfortunately this doesn't look good, because the animation stops abruptly.
Any advice on how to get this done in a better way? The code is quite a bit more complex than my level of flutter knowledge..