tutorial_coach_mark
tutorial_coach_mark copied to clipboard
TutorialCoachMark overlaps a new instance in hot reaload.
Hello,
Thanks for your help to us with any ew issue.
We have been suffering an overlapping problem with hot realoading:
It happends when there is a change on TargetFocus
widgets most of the time and at hot realoading it just creates a new instance of the coach which overlaps the existing one.
Why does this happen?
Any updates on this? Thanks
save tutorial instance and show again if u need
if (tutorials.first.instanse != null) { tutorials.first.instanse.show(); return; } var tutorial = TutorialCoachMark(context,.......
call setState after calling "show()"
call setState after calling "show()"
Can you share a gist or a full piece of code?
Thanks.