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

Hi there, great package! I was wondering if it would be possible to add a feature which throws a custom Error/Exception when the target position is not found, so that...

# Description *Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and...

If you have the enableOverlayTab set as true, it lets you click anywhere on the screen, rapid clicking such as double dapping will cause the following steps to be skipped...

# Description Currently, if a tutorial is in the foreground, and the user taps something, an animation occurs. This animation does not reject additional taps while the animation is in...

It seems that only on physical IOS devices (on the simulator it's fine) the tutorial's white area is not correctly anchored to the widgets with the key. Happened on iPhone...

Is it possible to insert full page messages? In other words, I need one of the targets, not linked to a specific widget since it is rather a message to...

`TutorialCoachMarkController` returns `void`, [despite calling a Future internally](https://github.com/RafaelBarbosatec/tutorial_coach_mark/blob/ba344d1bdc28640f96607dfdea6b0814ed7eab18/lib/src/widgets/animated_focus_light.dart#L103C25-L103C25). This means that if a user taps a button, and that button calls controller.next, there is no way to prevent spurious taps...

We want to set the _currentFocus dynamically, because we want to set the target focus or start the tutorial from a specific widget or resume the tutorial from the middle.