tutorial_coach_mark
tutorial_coach_mark copied to clipboard
TutorialCoachMark
For Example my code below ``` TargetFocus( keyTarget: _accountTutorialKey, contents: [ TargetContent( // below alignment is in reference to the target focus align: ContentAlign.bottom, child: Container( child: Column( mainAxisSize: MainAxisSize.min,...
Suppose we want to explain multiple key targets at the same time or just to show a category of buttons.
My page has a scroll feature, when I use the tutorial I want it to automatically scroll to the focused point, how can I do it?
I'm trying to decouple the logic of my app from the widget-side. In order to do so, I've created a `TutorialService` which launches the tutorial from the business logic-side. However,...
Hello, how can I solve the problem generated by your plugin? Error : It was not possible to obtain target position. I put everything as in the example package. Thanks
How can I disable every transition on each `tutorial.next` action, just I want maintain the black overlay during the whole tutorial flow?
Background: I'm running a tutorial directly when the users have completed the onboarding flow in my app. It would be nice if I could present them with a message/screen to...
## Add a refresh function to TutorialCoachMark This can be called to update the position and size of the current target. It can be called after the orientation changed #66...
Related to this issue #76 the attribute `targetTransparentTap` is added with which user can decide if when tapping on the target the method sent to the `onClickTarget` attribute is executed...