tutorial_coach_mark icon indicating copy to clipboard operation
tutorial_coach_mark copied to clipboard

TutorialCoachMark

Results 65 tutorial_coach_mark issues
Sort by recently updated
recently updated
newest added

Not sure if I'm doing something wrong, but I found that all my `TargetContent` widgets expand to fill the remaining width regardless of what width I set (using say, `SizedBox()`...

How to show multiple widget in targetFocus at same time so we have less user step. I am unable to find a way to show multiple targetFocus in one time....

There is no functionality to control over click on next I mean if user click multiple time on next button then tutorial skip that much keys. Must have any detection...

I'm currently using `tutorial_coach_mark` in my application for guided tours, and I'm facing a challenge. How can I start the tutorial from a specific target within the application? During the...

In one of mine TargetFocus the text is too long so I'd like to make it scrollable. The TargetFocus is this: ``` TargetFocus( identify: "BardPublicType", keyTarget: keyTargets["chooseBardPublicTypeKey"], enableOverlayTab: true, enableTargetTab:...