tutorial_coach_mark icon indicating copy to clipboard operation
tutorial_coach_mark copied to clipboard

Coach mark is setting on another screen, where key is not mentioned.

Open sabininnov opened this issue 3 years ago • 1 comments

I am getting an issue of not setting coach mark in screen ,where the global key is added. The coach mark is getting on next screen when a user clicked the previous screen quickly. Is there any solution to overcome this issue , which force to show the coach marks in the respective screens, where keys are declared rather than any other screens

sabininnov avatar Mar 07 '23 06:03 sabininnov

Use dispose method in a particular screen.

Eg: @override void dispose() { tutorialCoachMark.finish(); super.dispose(); }

Vijay-Siva-ZS0349 avatar May 09 '23 07:05 Vijay-Siva-ZS0349